Full Snapshot
This endpoint provides a state snapshot of all token scans, allowing you to synchronize with the latest state
Specify your preferred page size to manage response size. Use the provided cursor to navigate through the pages. The cursor value will be null on the final page, indicating there are no more results to fetch.
To retrieve the complete data set, iterate through all pages using the cursors provided in the response
Query parameters
The chain name
Cursor to start from, if not provided, the first page will be returned
Cursor to start from, if not provided, the first page will be returned
Number of tokens to return in a page
Number of tokens to return in a page
Filter tokens by type. Allowed values are "Fungible" or "NonFungible". If not provided, all types will be included.
Filter tokens by type. Allowed values are "Fungible" or "NonFungible". If not provided, all types will be included.
Response
Successful Response
Example response
{
"items": [
{
"financial_stats": {
"dev_holding_percentage": 18.8,
"initial_snipers_holding_percentage": 18.8,
"snipers_holding_percentage": 18.8,
"bundlers_holding_percentage": 18.8,
"insiders_holding_percentage": 18.8
}
}
]
}