Fetch Accounts by Balance

The end point allows fetching accounts sorted by balance. Up to 50 accounts can be fetched based on either ledger or available balance.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Unique identifier of the program, for the accounts being fetched.

string
required
Query Params
string
Defaults to ledger

Criteria to identify if the account must be fetched based on Ledger or Available balance.

string
Defaults to desc

Criteria to identify if the accounts with highest balance or lowest balance is to be fetched. Default: desc (i.e.accounts with highest balances will be fetched)

int32
Defaults to 50

Number of accounts to be fetched.

boolean
Defaults to false

Whether accounts with negative balances are to be considered in the search.

string
enum

Status of accounts that is to be considered for the search.

Allowed:
boolean
Defaults to false

Specify whether to retrieve cached data or get updated values.

Responses

500

Server Error

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json