Sort order of returned addresses. (1 for ascending, -1 for descending)
sortedFieldstring
The field by which addresses will be sorted, if not provided then sort by id by default
sortedFieldDirectionstring
Sort order of the returned addresses on the sortedField
chainsstring
Filter by address chains
includeTotalAddressCountboolean
Include total count of addresses and pending addresses matching the query
prevIdstring
Return the next batch of results, based on the nextBatchPrevId value from the previous batch
tokenarray[string]
This param is used to query and filter addresses by token names in case of ofc wallets
returnBalancesForTokenstring
Token whose balance is to be fetched if this poram is passed with includeBalances param
pendingDeploymentstring
Filter addresses by deployment status i.e. return deployed addresses if param is false and undeployed if it is true
segwitboolean
200 Response
coinstringrequired
A cryptocurrency symbol or token ticker symbol
Example: btc
pendingAddressCountnumber
Total number of addresses pending on-chain initialization on this wallet **Note:** for wallets with many addresses (100,000 or more), this property may be omitted for performance reasons. If the pending address count is needed for a large wallet, the `includeTotalAddressCount` query parameter can be used to force an address count to be returned with the initial page of addresses.
totalAddressCountnumber
Total number of addresses which match the provided query parameters. **Note:** for wallets with many addresses (100,000 or more), this property may be omitted for performance reasons. If the total address count is needed for a large wallet, the `includeTotalAddressCount` query parameter can be used to force an address count to be returned with the initial page of addresses.
addressesarray[object]
chainnumberrequired
Allowed values: 011011202130314041
coinstringrequired
A cryptocurrency symbol or token ticker symbol
Example: btc
indexnumberrequired
walletstringrequired
idstring
Platform public ID for an address
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
addressstring
Max length: <= 250 characters
Example: 2MvrwRYBAuRtPTiZ5MyKg42Ke55W3fZJfZS
balanceobject
coinSpecificOne of
Properties specific to certain coin types
labelstring
A human-readable label for the address
Max length: <= 250 characters
Example: Bob's Hot Wallet Address
lastNoncenumber
Default: -1
tokenstring
proofstring
signaturestring
lastConsolidatedTimestring<date>
needsConsolidationboolean
tokenConsolidationState
tokenAddress
nextBatchPrevIdstring<uuid>
When a result set is truncated, this field returns the id of the last object in the previous batch. To get the next batch of results, pass this value via the `prevId` query parameter.
Example: 585951a5df8380e0e3063e9f
countnumber
Total number of addresses returned in this response