{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "slamai-dev-chain-tokens-popular",
  "title": "Slamai \u00b7 Popular Token Rankings by Active Wallets",
  "url": "https://slamai.dev/chain/tokens/popular",
  "category": "data",
  "summary": "Returns token popularity rankings based on active wallet counts across configurable time windows.",
  "seo": {
    "title": "Popular Token Rankings API | Active Wallet Data | x402",
    "description": "Fetch most popular blockchain tokens ranked by active wallet count. Filter by time window (5min to 1d) and category. Base network. 0.00124 USDC per call."
  },
  "use_cases": [
    "Identify trending tokens for trading algorithms",
    "Filter tokens by activity window and category",
    "Track wallet engagement metrics for DeFi tokens"
  ],
  "ideal_buyer": "Quantitative traders and DeFi analysts building token screening tools.",
  "example_prompt": "Get the most popular tokens on Base from the last hour in the DeFi category.",
  "example_request_body": {
    "category": "defi",
    "blockchain": "base",
    "activity_window": "1h"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.041,
    "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": "1240",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Returns the most popular tokens across the entire blockchain for a specified activity window and optional category. \nPopularity is determined by the token's number of active wallets during the activity window.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "num": {
              "type": "integer",
              "description": "The maximum number of tokens to return. Maximum: 250."
            },
            "category": {
              "type": "string",
              "description": "Filters to a specific subset of tokens. Currently only 'virtuals' is supported on Base."
            },
            "blockchain": {
              "enum": [
                "ethereum",
                "base"
              ],
              "type": "string",
              "required": true,
              "description": "The blockchain network to query."
            },
            "estimate_cost": {
              "type": "boolean",
              "description": "When true, returns only the SLAM token cost estimation."
            },
            "activity_window": {
              "enum": [
                "5min",
                "15min",
                "1h",
                "3h",
                "6h",
                "1d"
              ],
              "type": "string",
              "description": "The length of time over which activity is measured."
            }
          }
        },
        "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",
    "url": "https://x402all.com/resource/slamai-dev-chain-tokens-popular",
    "name": "Slamai \u00b7 Popular Token Rankings by Active Wallets",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/slamai-dev-chain-tokens-popular",
      "@type": "Offer",
      "price": "0.00124",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.001240",
        "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",
    "@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",
    "description": "Fetch most popular blockchain tokens ranked by active wallet count. Filter by time window (5min to 1d) and category. Base network. 0.00124 USDC per call.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=slamai-dev-chain-tokens-popular",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=slamai-dev-chain-tokens-popular"
}
