Get Crypto Deposit Address
Endpoint Information
Query Parameters
tokenId
ChainType
Chain Full Name
Response Structure
{
"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)
}
}Example Response
Last updated

