Interface IDEXWithdrawalEventData

interface IDEXWithdrawalEventData {
    withdrawalId: string;
    asset: string;
    quantity: string;
    gas: string;
    wallet: string;
    quoteBalance: string;
    time: number;
}

Hierarchy

  • Pick<IDEXWithdrawal, "withdrawalId" | "quantity" | "asset" | "gas">
    • IDEXWithdrawalEventData

Properties

withdrawalId: string

Exchange-assigned withdrawal identifier

asset: string

Asset symbol

quantity: string

Gross quantity of the withdrawal

gas: string

The gas fee paid for the withdrawal.

wallet: string

Wallet address

quoteBalance: string

Quote token balance after the withdrawal

time: number

Timestamp of debiting the withdrawn frond from the exchange