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
Query parameters
The chain name
Timeframe in minutes
Timeframe in minutes
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
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
}
}
]
}