{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "slamai-dev-chain-tokens-newest",
  "title": "Slam AI \u00b7 Newest Token Discovery",
  "url": "https://slamai.dev/chain/tokens/newest",
  "category": "data",
  "summary": "Query the newest tokens minted on-chain, filtered by activity window and optional category.",
  "seo": {
    "title": "Newest Token Minting Data API - x402 Crypto Data",
    "description": "Discover newly minted tokens on Ethereum and Base with activity filtering. Pay 0.0033 USDC per query. Real-time token deployment intelligence for traders."
  },
  "use_cases": [
    "Identify newly launched tokens for early trading opportunities",
    "Monitor token minting velocity across Ethereum and Base",
    "Filter token launches by category like virtuals on Base"
  ],
  "ideal_buyer": "On-chain analysts, token snipers, and DeFi researchers tracking new asset deployments.",
  "example_prompt": "Show me the newest tokens on Base from the last 15 minutes in the virtuals category.",
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap",
    "ratio": 0.11,
    "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": "3300",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Returns the newest tokens minted on the blockchain based on mint timestamp,\nfiltered by an activity window and optional category.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "num": {
              "type": "integer",
              "description": "The maximum number of tokens to return. Max: 1000."
            },
            "category": {
              "type": "string",
              "description": "Filter by token category. Currently, only 'virtuals' on Base is supported."
            },
            "blockchain": {
              "enum": [
                "ethereum",
                "base"
              ],
              "type": "string",
              "required": true,
              "description": "The blockchain to query"
            },
            "estimate_cost": {
              "type": "boolean",
              "description": "When true, returns only the SLAM token cost of this query"
            },
            "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 newness rank, determined by timestamp of its first mint"
                            },
                            "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-newest",
    "url": "https://x402all.com/resource/slamai-dev-chain-tokens-newest",
    "name": "Slam AI \u00b7 Newest Token Discovery",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/slamai-dev-chain-tokens-newest",
      "@type": "Offer",
      "price": "0.0033",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.003300",
        "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/newest",
    "@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-newest",
    "description": "Discover newly minted tokens on Ethereum and Base with activity filtering. Pay 0.0033 USDC per query. Real-time token deployment intelligence for traders.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=slamai-dev-chain-tokens-newest",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=slamai-dev-chain-tokens-newest"
}
