{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "slamai-dev-chain-tokens-popular-history",
  "title": "SlamAI \u00b7 Historical Token Popularity",
  "url": "https://slamai.dev/chain/tokens/popular/history",
  "category": "data",
  "summary": "Fetch token popularity rankings by active wallet count for any historical date.",
  "seo": {
    "title": "Token Popularity History API | SlamAI x402",
    "description": "Query historical token popularity by active wallet count on Ethereum and Base. Filter by date and category like Virtuals agents."
  },
  "use_cases": [
    "Identify trending tokens by wallet activity on specific dates",
    "Analyze Virtuals agent token popularity over time",
    "Backtest trading strategies using historical attention metrics"
  ],
  "ideal_buyer": "Token researchers, onchain analysts, and trading systems using wallet-based popularity signals.",
  "example_prompt": "Get most popular tokens on Base for 12-15-2024 in the Virtuals category.",
  "example_request_body": {
    "date": "12-15-2024",
    "category": "virtuals",
    "blockchain": "base"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.044,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xd85096faec1ac03075667b4c1a1661f5623bf111",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "1320",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Returns the most popular tokens across the entire blockchain for a specified date in time and optional category. \nPopularity is determined by the token's number of active wallets during the specified calendar date.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "num": {
              "type": "integer",
              "description": "The maximum number of tokens to return. Max is 250."
            },
            "date": {
              "type": "string",
              "required": true,
              "description": "The calendar date to query popularity. Format: MM-DD-YYYY"
            },
            "category": {
              "type": "string",
              "description": "Filters to a specific subset of tokens. Currently only 'virtuals' on Base is supported."
            },
            "blockchain": {
              "enum": [
                "ethereum",
                "base"
              ],
              "type": "string",
              "required": true,
              "description": "The blockchain network to query."
            },
            "estimate_cost": {
              "type": "boolean",
              "description": "When true, returns the SLAM token cost for this query. Does not return any data or incur actual charges."
            }
          }
        },
        "output": {
          "status": 200,
          "content": {
            "application/json": {
              "schema": {
                "oneOf": [
                  {
                    "type": "object",
                    "properties": {
                      "utc": {
                        "type": "string",
                        "description": "The UTC timestamp of the block used for the response (ISO 8601 format)"
                      },
                      "slam": {
                        "type": "number",
                        "format": "double",
                        "description": "The SLAM token cost for this API call"
                      },
                      "block": {
                        "type": "integer",
                        "format": "int32",
                        "description": "The block number at which this data snapshot was generated"
                      },
                      "chain": {
                        "type": "string",
                        "description": "The name of the blockchain network (e.g., 'base')"
                      },
                      "tokens": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "fdv": {
                              "type": "number",
                              "format": "double",
                              "description": "The token\u2019s fully diluted valuation in USD"
                            },
                            "usd": {
                              "type": "object",
                              "properties": {
                                "cur": {
                                  "type": "number",
                                  "format": "double",
                                  "description": "The current token price in USD"
                                },
                                "prev": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "change": {
                                        "type": "string",
                                        "description": "Price change percentage."
                                      },
                                      "minutes": {
                                        "type": "integer",
                                        "format": "int32",
                                        "description": "Lookback period in minutes."
                                      }
                                    }
                                  },
                                  "description": "Previous price data for comparison"
                                }
                              }
                            },
                            "name": {
                              "type": "string",
                              "description": "The full name of the token"
                            },
                            "rank": {
                              "type": "integer",
                              "format": "int32",
                              "description": "The token\u2019s popularity rank, determined by number of active wallets."
                            },
                            "symbol": {
                              "type": "string",
                              "description": "The token\u2019s symbol (e.g., 'SLAM')"
                            },
                            "address": {
                              "type": "string",
                              "description": "The token contract address"
                            },
                            "liquidity": {
                              "type": "number",
                              "format": "double",
                              "description": "The liquidity value for the token in USD"
                            },
                            "first_minted": {
                              "type": "object",
                              "properties": {
                                "utc": {
                                  "type": "string",
                                  "description": "The UTC timestamp of the mint (ISO 8601 format)"
                                },
                                "hash": {
                                  "type": "string",
                                  "description": "The transaction hash of the first mint"
                                },
                                "block": {
                                  "type": "integer",
                                  "format": "int32",
                                  "description": "The block number of the first mint"
                                }
                              }
                            }
                          }
                        },
                        "description": "List of trending tokens for the specified activity window and category"
                      }
                    }
                  },
                  {
                    "type": "object",
                    "properties": {
                      "slam": {
                        "type": "number",
                        "format": "double"
                      }
                    }
                  }
                ]
              }
            }
          },
          "description": "OK"
        }
      }
    }
  ],
  "duplicate_cluster_id": "finance-cl-9f8cca171c5b",
  "origin": {
    "slug": "slamai-dev",
    "host": "slamai.dev",
    "title": "slamai.dev",
    "description": "An x402-payable API origin hosted at slamai.dev. No service description available due to server error.",
    "url": "https://slamai.dev"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/slamai-dev-chain-tokens-popular-history",
    "url": "https://x402all.com/resource/slamai-dev-chain-tokens-popular-history",
    "name": "SlamAI \u00b7 Historical Token Popularity",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/slamai-dev-chain-tokens-popular-history",
      "@type": "Offer",
      "price": "0.00132",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.001320",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://slamai.dev/chain/tokens/popular/history",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/slamai-dev",
      "url": "https://slamai.dev",
      "name": "slamai.dev",
      "@type": "Organization"
    },
    "identifier": "slamai-dev-chain-tokens-popular-history",
    "description": "Query historical token popularity by active wallet count on Ethereum and Base. Filter by date and category like Virtuals agents.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=slamai-dev-chain-tokens-popular-history",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=slamai-dev-chain-tokens-popular-history"
}
