Get Deposit Address
GET
/open-api/v1/wallet/deposit/addressThis method allows you to get the deposit address of the requested walletId, coinSymbol and network. The walletId can be parentWalletId or subWalletId.
API Key permission group : Enable Enquiry
Request
The coinSymbol (in capital letters) is required for the Prime Wallet but not for the Qualified Wallet and Co-sign Wallet.
The coinSymbol might vary depending on the wallet type. Please refer to the corresponding API documentation to check the accurate coinSymbol for each wallet type.
Network symbol
Current timestamp in millisecond
Wallet id
OpenAPI key string
Signature of the request
Request samples
Responses
response data, maybe null
'200' indicates success, while any others indicate failure.
When the code is '200' (success), it represents the details of the response. Otherwise, it represents the details of the error.
{
"data": {
"walletAddress": "0x9651098A1e44861af08A64377E395bf0d8185dD4",
"memo": ""
},
"code": "200",
"message": "SUCCESS"
}