Get latest balances for all addresses holding tokens from a contract
Returns the latest balance for each unique address with support for numeric balance sorting. The prev cursor is reserved for future support.
GET
TypeScript
Path Parameters
The blockchain base assetId
The contract address
Query Parameters
Optional filter to get balance for a specific account address
Example:
"0x1234567890abcdef1234567890abcdef12345678"
Page cursor to get the next page"
Number of items per page (max 100), requesting more then 100 will return 100 items
Required range:
1 <= x <= 100Sorting field for balances
Available options:
accountAddress, blockTimestamp ASC / DESC ordering (default DESC)
Available options:
ASC, DESC Response
Successfully retrieved the latest balances for the contract
Previous
List supported staking chainsReturns an alphabetical list of blockchains supported for staking by the current workspace context.
Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver, Editor.
Next
TypeScript