Returns a list of token balances at the end of the specified block.
Note, this endpoint is quite heavy, therefore at least one of the filters
(account
, token.id
, token.contract
with token.tokenId
) must be specified.
Level of the block at the end of which historical balances must be calculated
Filter by account address.
Click on the parameter to expand more details.
Filter by internal TzKT id. Note, this is not the same as tokenId
.
Click on the parameter to expand more details.
Filter by contract address.
Click on the parameter to expand more details.
Filter by tokenId (for FA1.2 tokens tokenId is always "0"
).
Click on the parameter to expand more details.
Filter by token standard (fa1.2
or fa2
).
Click on the parameter to expand more details.
Filter by metadata. Note, this parameter supports the following format: token.metadata{.path?}{.mode?}=...
,
so you can specify a path to a particular field to filter by, for example: ?token.metadata.symbol.in=kUSD,uUSD
.
Click on the parameter to expand more details.
Filter by balance.
Click on the parameter to expand more details.
Sorts items (asc or desc) by the specified field.
You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.
Specifies which or how many items should be skipped.
Click on the parameter to expand more details.
Maximum number of items to return.
Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields.
This parameter accepts values of the following format: {field}{path?}{as alias?}
, so you can do deep selection
(for example, ?select=balance,token.metadata.symbol as token,...
).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.