-
Notifications
You must be signed in to change notification settings - Fork 87
073generate_new_deposit_address
qihang edited this page Jan 13, 2020
·
2 revisions
Example:
{"code":0,
"data":{"coin_address":"0xe2a7a56c420a6fd754b51199b3777d02016ca2ae",
"create_time":1544791199,
"deposit_address_id":534363,
"is_bitcoin_cash":false,
"status":"pass"},
"message":"\u6210\u529f"}
-
PUT /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. 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
Common API
Market API
-
Acquire Market List
-
Acquire Market Statistics
-
Acquire Market Depth
-
Acquire Latest Transaction Data
-
Acquire K-Line Data
-
Acquire Market Information
-
Acquire Single Market Information
-
Acquire AMM Market List
Account API
-
Inquire Account Info
-
Inquire Withdrawal List
-
Submit A Withdrawal Order
-
Cancel Withdrawal
-
Inquire Deposit List
-
Transfer between main account and sub account
-
Transfer between main account and margin account
-
Get deposit address
-
Generate deposit address
-
Inquire Sub Account Balance
-
Inquire Sub Account Balance History
-
Create Sub Account
-
Frozen Sub Account
-
Unfrozen Sub Account
-
Acquire Credit Account Info
Trading API
-
Place Limit Order
-
Place Multiple Limit Orders
-
Place Market Order
-
Place Stop Limit Order
-
Place IOC Order
-
Acquire Unexecuted Order List
-
Acquire Executed Order List
-
Acquire Order Status
-
Acquire Multiple Orders Status
-
Acquire Executed Order Detail
-
Acquire User Deals
-
Cancel Order
-
Cancel Multiple Orders
-
Cancel All Orders
Margin API
-
Inquire Margin Account Info
-
Inquire Margin Account Market Info
-
Inquire Margin Account of A Currency
-
Acquire Margin Account Settings
-
Acquire Margin Account Settings of A Currency
-
Acquire Loan List
-
Place Loan
-
Place Flat
-
Margin Balance Transfer
Contract API