Skip to content

072get_deposit_address

张帅磊 edited this page Aug 19, 2021 · 5 revisions

Get deposit address

Example:

{"code":0,
"data":{"coin_address":"0xe2a7a56c420a6fd754b51199b3777d02016ca2ae",
        "is_bitcoin_cash":false},
"message":"\u6210\u529f"}
  • GET /balance/deposit/address/<string:coin_type>

  • Need a signature:Yes

  • Enquire deposit address

  • Request parameters notes

    Name Type Required Description
    access_id String Yes access_id
    tonce Integer Yes Millisecond timestamp with an acceptable error range of ± 60s from server time
    smart_contract_name Integer No If there are multiple chains for a coin, it needs to be specified.
    is_split Integer No Use Non-zero value to get a splited format

    Currently, the multi-chain coin is USDT, smart_contract_name can be selected as Omni, ERC20, TRC20

    BTC, smart_contract_name can be selected as CoinExChain, BTC

    BCH, smart_contract_name can be selected as CoinExChain, BCH

    USDH, smart_contract_name can be selected as CoinExChain, SLP

    CET, smart_contract_name can be selected as CoinExChain, ERC20

HTTP API Introduction

Common API

Market API

Account API

Trading API

Margin API

Contract API

WebSocket API Introduction

Clone this wiki locally