v75

OpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-07-21931,1281.5 MB
Token

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

get/v0/token/snapshot/full

Query parameters

chain'arbitrum' | 'avalanche' | 'base' | 'bsc' | 'ethereum' | 'optimism' | 'polygon' | 'zora' | 'solana' | 'starknet' | 'starknet-sepolia' | 'stellar' | 'linea' | 'degen' | 'zksync' | 'scroll' | 'blast' | 'soneium-minato' | 'base-sepolia' | 'bitcoin' | 'abstract' | 'soneium' | 'ink' | 'berachain' | 'unichain' | 'ronin' | 'sui' | 'hedera' | 'hyperevm' | 'xlayer' | 'monad' | 'megaeth' | 'tempo' | 'sei' | 'kaia' | 'tron' | 'robinhood' required

The chain name

cursorstring nullable

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

sizeinteger

Number of tokens to return in a page

Number of tokens to return in a page

token_type'Fungible' | 'NonFungible' nullable

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

current_pagestring required

Cursor to refetch the current page

previous_pagestring nullable

Cursor for the previous page

next_pagestring nullable

Cursor for the next page

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
      }
    }
  ]
}