Binance Connector JS
    Preparing search index...

    Interface FiatWithdrawRequestAccountInfo

    withdraw account info

    FiatWithdrawRequestAccountInfo

    interface FiatWithdrawRequestAccountInfo {
        accountNumber: string;
        accountType?: string;
        agency?: string;
        bankCodeForPix?: string;
    }
    Index

    Properties

    accountNumber: string

    Your destination bank account number is required to receive the withdrawal. In Argentina, this will be your CBU/CVU; in Mexico, it will be your CLABE.

    FiatWithdrawRequestAccountInfo

    accountType?: string

    Account type, e.g. current (Checking Account), saving (Savings Account), etc.

    FiatWithdrawRequestAccountInfo

    agency?: string

    Bank agency code. If contains a hyphen (e.g. 123-4), enter 123 only.

    FiatWithdrawRequestAccountInfo

    bankCodeForPix?: string

    Bank code used for PIX routing.

    FiatWithdrawRequestAccountInfo