getBalances
getBalances
is a method on the ARIO
class that retrieves token balances for multiple wallet addresses with pagination support.
getBalances
does not require authentication.
Examples
getBalances
Parameters
Parameter | Type | Description | Optional | Default |
---|---|---|---|---|
cursor | string | The wallet address to use as the starting point for pagination | true | None |
limit | number | The maximum number of balances to return (max: 1000) | true | 100 |
sortBy | string | The property to sort balances by | true | balance |
sortOrder | string | The sort direction ('desc' or 'asc') | true | desc |