Binance Connector JS
    Preparing search index...

    Interface FiatWithdrawResponse

    FiatWithdrawResponse

    interface FiatWithdrawResponse {
        code?: string;
        data?: DepositResponseData;
        message?: string;
    }
    Index

    Properties

    Properties

    code?: string

    FiatWithdrawResponse

    FiatWithdrawResponse

    message?: string

    FiatWithdrawResponse