Get Token Holders
Tokens
Get Token Holders
Returns a paginated list of all addresses holding a specific token, along with their balances.
GET
Get Token Holders
Documentation Index
Fetch the complete documentation index at: https://ormilabs.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your API key in the format: Bearer <api_key>. Providing an API key may grant higher rate limits or access to additional features. The API will function without an API key for basic access.
Path Parameters
The token contract address.
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
The name or ID of the blockchain.
Available options:
ethereum, apechain, arbitrum, avalanche, base, bsc, polygon Example:
"ethereum"
Query Parameters
Sort order for results.
Available options:
most_holdings, least_holdings Maximum number of items to return.
Required range:
1 <= x <= 1000Cursor for pagination to retrieve the next set of results.