Interface KatanaPerpsWithdrawalFromManagedAccount

interface KatanaPerpsWithdrawalFromManagedAccount {
    withdrawalId: string;
    asset: string;
    managedAccount: string;
    managerWallet: string;
    quantity: string;
    gas: string;
    bridgeTarget: BridgeTarget;
    time: number;
    katanaTxId: null | string;
    katanaTxStatus: ChainTransactionStatus;
}

Properties

withdrawalId: string

Exchange-assigned withdrawal identifier

asset: string

Asset symbol

managedAccount: string

Address of Managed Account contract

managerWallet: string

Address of wallet associated with Managed Account from which funds will be withdrawn

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

katanaTxId: null | string

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

katanaTxStatus: ChainTransactionStatus

Status of the withdrawal transaction on Katana