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

Changes

Changed in 11 of the 95 revisions of this API.13114

    • removed the LIQUID_STAKING_TOKEN enum value from the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-removed

    • removed the REBASE_TOKEN enum value from the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-removed

    • added the new KNOWN_RUGPULL_CODE_PATTERN enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

  • 7897dd82aeda11See the full diff
    • added the new flare enum value to the items/items/chain response property for the response status 200

      response-property-enum-value-added

    • added the new enum value flare to the query request parameter chain

      request-parameter-enum-value-added

  • 5dd76e537ede11See the full diff
    • added the new robinhood enum value to the items/items/chain response property for the response status 200

      response-property-enum-value-added

    • added the new enum value robinhood to the query request parameter chain

      request-parameter-enum-value-added

  • ed1955d90f9911See the full diff
    • removed the enum value zero-network from the query request parameter chain

      request-parameter-enum-value-removed

    • removed the zero-network enum value from the items/items/chain response property for the response status 200

      response-property-enum-value-removed

  • edc1bd1cc6f011See the full diff
    • added the new kaia enum value to the items/items/chain response property for the response status 200

      response-property-enum-value-added

    • added the new enum value kaia to the query request parameter chain

      request-parameter-enum-value-added

    • added the new LONG_FUND_TRAIL enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

  • 9f445a24d5a0213See the full diff
    • added the new BONDING_CURVE_TOKEN enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new COMPROMISED_TOKEN enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new CONFIDENTIAL_TRANSFERS_ENABLED enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new CREATED_VIA_LAUNCHPAD enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new DEX_PAID enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new HEAVILY_SNIPED enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new LISTED_ON_CENTRALIZED_EXCHANGE enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new LOW_REPUTATION_CREATOR enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new NON_TRANSERABLE enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new OFFENSIVE_TOKEN_METADATA enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new POST_DUMP enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new SANCTIONED_CREATOR enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new SNIPE_AT_MINT enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new SOLANA_TOKEN_2022 enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new SPAM_TEXT enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new TOKEN_BACKDOOR enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new TRANSFER_FROM_REVERTS enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new TRANSFER_HOOK_ENABLED enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new megaeth enum value to the items/items/chain response property for the response status 200

      response-property-enum-value-added

    • added the new sei enum value to the items/items/chain response property for the response status 200

      response-property-enum-value-added

    • added the new tempo enum value to the items/items/chain response property for the response status 200

      response-property-enum-value-added

    • added the new enum value megaeth to the query request parameter chain

      request-parameter-enum-value-added

    • added the new enum value sei to the query request parameter chain

      request-parameter-enum-value-added

    • added the new enum value tempo to the query request parameter chain

      request-parameter-enum-value-added

    • added the new IMPERSONATION_PROTECTED enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new IMPERSONATOR_HIGH_CONFIDENCE enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new IMPERSONATOR_LOW_CONFIDENCE enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new IMPERSONATOR_MEDIUM_CONFIDENCE enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the new IMPERSONATOR_SENSITIVE_ASSET enum value to the items/items/features/items/feature_id response property for the response status 200

      response-property-enum-value-added

    • added the optional property items/items/financial_stats/markets to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/financial_stats/top_holders/items/label to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/financial_stats/top_holders/items/name to the response with the 200 status

      response-optional-property-added

Of the 95 revisions, 1 has no diff computed.