v75

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

Diff Snapshot

Retrieve tokens that experienced a state change within the specified timeframe

Specify your preferred page size to manage response size. Specify the time frame in minutes. it is recommended to use timeframes shorter than 30 minutes

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/diff

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

timeframeinteger

Timeframe in minutes

Timeframe in minutes

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

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