Create Subaccount Deposit Address
Frequency limit:10 times/1s (User ID)
Description
Only applicable for ND broker main-account
Create deposit address for the specified subaccount
HTTP Request
- POST /api/v2/broker/account/subaccount-address
Request Example
curl -X POST "https://api.cointr.com/api/v2/broker/account/subaccount-address" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:zh-CN" \
-H "Content-Type: application/json" \
-d '{"subUid":"111111","coin":"ETH"}'
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
subUid | String | Yes | Sub account UID |
coin | String | Yes | Coin, like: BTC Only accept BTC/ETH/USDT/TRX/XRP/LTC/SOL |
chain | String | No | Chain name, default will use the main-chain of the 'coin' |