{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "slamai-dev-chain-tokens-trending",
  "title": "SlamAI \u00b7 Trending Tokens Data",
  "url": "https://slamai.dev/chain/tokens/trending",
  "category": "data",
  "summary": "Returns trending tokens ranked by active wallet increase over specified time windows.",
  "seo": {
    "title": "Trending Tokens API - x402 $0.00206 Base",
    "description": "Fetch trending tokens across Base and Ethereum via x402. $0.00206 USDC per call. Ranked by active wallet growth in configurable windows."
  },
  "use_cases": [
    "Discover trending tokens by wallet activity",
    "Track emerging tokens in real-time",
    "Filter trends by category like virtuals"
  ],
  "ideal_buyer": "Token discovery agents and trend-following trading systems.",
  "example_prompt": "Show me trending tokens on Base in the last hour.",
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.069,
    "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": "2060",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Returns trending tokens across the entire blockchain for a specified activity window and optional category. \nThe size of the increase in active wallets over the activity window determines the token's trending rank.",
      "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 name."
            },
            "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 trending rank, determined by change in 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-trending",
    "url": "https://x402all.com/resource/slamai-dev-chain-tokens-trending",
    "name": "SlamAI \u00b7 Trending Tokens Data",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/slamai-dev-chain-tokens-trending",
      "@type": "Offer",
      "price": "0.00206",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.002060",
        "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/trending",
    "@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-trending",
    "description": "Fetch trending tokens across Base and Ethereum via x402. $0.00206 USDC per call. Ranked by active wallet growth in configurable windows.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=slamai-dev-chain-tokens-trending",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=slamai-dev-chain-tokens-trending"
}
