Get Token Holder Balances

Get token holder balances

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

chainIDstringRequired
erc20TokenAddressstringRequired

Query parameters

pageintegerOptional
Page number to return
page_sizeintegerOptional
Number of results per page

Request

This endpoint expects an object.
datestringRequired

Date for the balance snapshot (e.g. 02/24/2026)

checkpointstringRequired

Time checkpoint for the balance snapshot (UTC). Available checkpoints: 00:00, 04:00, 08:00, 12:00, 16:00, 20:00

minimumBalancestringOptional
Minimum balance filter in wei
walletaddresseslist of stringsOptional
List of wallet addresses to check balances for

Response

OK
tokenstring or null
as_of_blockinteger or null
holderslist of objects or null
paginationobject or null

Errors