Interface IDEXWithdrawal

interface IDEXWithdrawal {
    withdrawalId: string;
    asset: string;
    quantity: string;
    gas: string;
    bridgeTarget: BridgeTarget;
    time: number;
    xchainTxId: null | string;
    xchainTxStatus: ChainTransactionStatus;
}

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.

bridgeTarget: BridgeTarget

Bridge and target chain of the withdrawal

time: number

Timestamp of withdrawal API request

xchainTxId: null | string

Transaction id of the withdrawal transaction on XCHAIN or null if not yet assigned; also queryable for bridge details on https://layerzeroscan.com/

xchainTxStatus: ChainTransactionStatus

Status of the withdrawal transaction on XCHAIN