Chains, Staking & Teleporter
Get addresses by balance over time
Get list of addresses and their latest balances that have held more than a certain threshold of a given token during the specified time frame.
GET
/
v2
/
chains
/
{chainId}
/
contracts
/
{address}
/
balances
Path Parameters
A supported evm chain id. Use the /chains
endpoint to get a list of supported chain ids.
Contract address on the relevant chain.
Query Parameters
The minimum balance for which addresses should be considered.
Query param for retrieving items after a specific timestamp.
Required range:
x > 0
Query param for retrieving items before a specific timestamp.
Required range:
x > 0
A page token, received from a previous list call. Provide this to retrieve the subsequent page.
The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 5000.
Required range:
1 < x < 5000
Was this page helpful?