List addresses sorted by balance

get/api/v2/{coin}/wallet/{walletId}/addresses/balances

List addresses by sorted balances on a wallet Supported coins: TRX

Path Parameters

  • coinstringRequired
    A cryptocurrency symbol or token ticker symbol
    Example: btc
  • walletIdstringRequired
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$

Query Parameters

  • pagestring<number>Default: 1
    page number
    Minimum: >= 1
  • limitstring<number>Default: 500
    Maximum number of results to return
    Minimum: >= 1
    Maximum: <= 500
  • sortstringDefault: -1
    Sort order of returned addresses based on balance. (1 for ascending, -1 for descending)
    Enum: 1 -1
  • tokenstring
    Name of the token for which the addresses need to be fetched

200 Response

coin string required
The coin associated with the address balances
Example: null
page number
The current page number
totalAddressCount number
Total number of addresses present
totalPages number
Total number of pages available for pagination
addresses array[object]
List of addresses with their balances
address string required
The address itself
balance object required
The balance associated with the address
message string
Optional message from the response
count number
Count of the addresses in the current response

202 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

403 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id