e445c15e5bee
List addresses
List receive addresses on a wallet
Path parameters
A cryptocurrency symbol or token ticker symbol
Query parameters
Whether to include address balances
Whether to include token addresses
Whether to include all token addresses for receiver addresses
A case-insensitive regular expression which will be used to filter returned addresses based on their address label.
Maximum number of results to return
Sort order of returned addresses. (1 for ascending, -1 for descending)
The field by which addresses will be sorted, if not provided then sort by id by default
Sort order of the returned addresses on the sortedField
Filter by address chains
[ "1" ]
For large wallets (>100k addresses), include total count of addresses (including addresses pending on-chain) matching the query.
Return the next batch of results, based on the nextBatchPrevId value from the previous batch
This param is used to query and filter addresses by token names in case of ofc wallets
[ "ofctbtc" ]
Name of the token that the response should include balances for. (Eth and Celo only)
Filter the addresses based on their deployment status. Return the deployed addresses if this param is passed as false and return undeployed addresses if it is passed as true. (Eth only)
DEPRECATED. Mutually exclusive with 'chains'. Returns only 'p2shP2wsh' unspents/addresses on true. Returns only 'p2sh' unspents/addresses on false. Equivalent to passing 10 and 11 as the only value in 'chains' on true, 0 and 1 on false.
Response
OK
Example response
{
"coin": "btc",
"addresses": [
{
"coin": "btc",
"id": "59cd72485007a239fb00282ed480da1f",
"address": "2MvrwRYBAuRtPTiZ5MyKg42Ke55W3fZJfZS",
"balance": {
"balanceString": "500000",
"confirmedBalanceString": "400000",
"spendableBalanceString": "40000",
"balance": 50000
},
"label": "Bob's Hot Wallet Address"
}
],
"nextBatchPrevId": "585951a5df8380e0e3063e9f"
}