Skip to main content

Get Managed Sub-account Deposit Address (For Investor Master Account)(USER_DATA)

API Description#

Get investor's managed sub-account deposit address.

HTTP Request#

GET /sapi/v1/managed-subaccount/deposit/address

Request Weight(UID)#

1

Request Parameters#

NameTypeMandatoryDescription
emailSTRINGYESSub user email
coinSTRINGYES
networkSTRINGNOnetworks can be found in GET /sapi/v1/capital/deposit/address
amountDECIMALNO
recvWindowLONGNO
timestampLONGYES
  • If network is not send, return with default network of the coin.
    • amount needs to be sent if using LIGHTNING network

Response Example#

{    "coin": "USDT",    "address": "0x206c22d833bb0bb2102da6b7c7d4c3eb14bcf73d",    "tag": "",    "url": "https://etherscan.io/address/0x206c22d833bb0bb2102da6b7c7d4c3eb14bcf73d"}