Binance Connector JS
    Preparing search index...

    Interface FetchDepositAddressListWithNetworkRequest

    Request parameters for fetchDepositAddressListWithNetwork operation in CapitalApi. FetchDepositAddressListWithNetworkRequest

    interface FetchDepositAddressListWithNetworkRequest {
        coin: string;
        network?: string;
    }
    Index

    Properties

    Properties

    coin: string

    Coin name

    CapitalApiFetchDepositAddressListWithNetwork

    network?: string

    If network is not send, return with default network of the coin. You can get network and isDefault in networkList in the response of Get /sapi/v1/capital/config/getall

    CapitalApiFetchDepositAddressListWithNetwork