Get Crypto Deposit Address
Endpoint Information
Query Parameters
tokenId
ChainType
Chain Full Name
Response Structure
Example Response
Last updated
{
"code": 200,
"msg": "SUCCESS",
"data": {
"allowDeposit": false, (boolean: whether the deposit is allowed)
"address": "", (string: address of the deposit)
"addressExt": "", (string: address tag)
"minQuantity": "", (string: minimum amount of the deposit)
"needAddressTag": false, (boolean: whether the address tag is required)
"requiredConfirmNum": 0, (number: required confirmation number)
"canWithdrawConfirmNum": 0, (number: maximum confirmation number)
"tokenType": "" (string: type of the token)
}
}{
"code": 200,
"msg": "SUCCESS",
"data": {
"allowDeposit": true,
"address": "TT5PSvrhxXjw2NZNu1S8L5ybwYVxCkQRKC",
"addressExt": "",
"minQuantity": "5",
"needAddressTag": false,
"requiredConfirmNum": 12,
"canWithdrawConfirmNum": 20,
"tokenType": "TRX_TOKEN"
}
}