latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Address
Get address
Gets a receive address on a wallet
get/api/v2/{coin}/wallet/{walletId}/address/{addressOrId}
Path parameters
coinstring required
A cryptocurrency symbol or token ticker symbol
Example:btc
walletIdstring required
Example:59cd72485007a239fb00282ed480da1f
addressOrIdstring required
The address or ID which will be used for information lookup
Query parameters
dtstring
For XRP addresses
memoIdstring
For XLM addresses
Response
OK
Example response
{
"coin": "btc",
"id": "59cd72485007a239fb00282ed480da1f",
"address": "2MvrwRYBAuRtPTiZ5MyKg42Ke55W3fZJfZS",
"balance": {
"balanceString": "500000",
"confirmedBalanceString": "400000",
"spendableBalanceString": "40000",
"balance": 50000
},
"label": "Bob's Hot Wallet Address"
}