{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "slamai-dev-token-price",
  "title": "SlamAI \u00b7 Token Price & FDV Data",
  "url": "https://slamai.dev/token/price",
  "category": "finance",
  "summary": "Fetch current token prices, FDV, liquidity, and 24h change for up to 30 tokens quoted in USD, ETH, or BTC.",
  "seo": {
    "title": "SlamAI Token Prices API | FDV, Liquidity, 24h Change | x402",
    "description": "Real-time token prices with FDV, liquidity metrics, and 24h price change. Quote in USD, ETH, or BTC. Up to 30 tokens per request on Base."
  },
  "use_cases": [
    "Retrieve real-time price data for portfolio valuation",
    "Monitor 24h price movements for trading signals",
    "Fetch FDV and liquidity metrics for token due diligence"
  ],
  "ideal_buyer": "DeFi traders, portfolio managers, and AI agents needing multi-quote token pricing data on Base.",
  "example_prompt": "Get the current USD price, FDV, and 24h change for these 5 token addresses: 0x...",
  "example_request_body": {
    "addresses": "0x4200000000000000000000000000000000000006|0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "blockchain": "base",
    "quote_symbol": "USD"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "unknown",
    "median_category_atomic": 0
  },
  "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": "0",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "\nReturns current token prices with FDV, liquidity, and 24h price change, quoted in **USD**, **ETH**, or **BTC**.\n\n### Rules\n- Provide **either** `symbols` or `addresses`, not both.\n- Max **30 entries** for either parameter (pipe-delimited).\n- `quote_symbol` must be one of: `USD`, `ETH`, `BTC`.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "symbols": {
              "type": "string",
              "description": "Pipe-delimited list of token symbols to query (e.g., SWARM|VADER). Cannot be used with 'addresses'. Max 30 symbols."
            },
            "addresses": {
              "type": "string",
              "description": "Pipe-delimited list of token contract addresses (e.g., 0xabc...|0xdef...). Cannot be used with 'symbols'. Max 30 addresses."
            },
            "blockchain": {
              "enum": [
                "ethereum",
                "base"
              ],
              "type": "string",
              "required": true,
              "description": "The blockchain network to query."
            },
            "quote_symbol": {
              "type": "string",
              "description": "Quote token or currency to return prices in. Allowed: USD (default), ETH, BTC."
            },
            "estimate_cost": {
              "type": "boolean",
              "description": "When true, only returns the SLAM token cost for this request. Does not include token price data."
            }
          }
        },
        "output": {
          "status": 200,
          "content": {
            "application/json": {
              "schema": {
                "oneOf": [
                  {
                    "type": "object",
                    "required": [
                      "block",
                      "chain",
                      "quote",
                      "slam",
                      "utc"
                    ],
                    "properties": {
                      "utc": {
                        "type": "string",
                        "minLength": 1,
                        "description": "UTC timestamp of this data (ISO 8601)."
                      },
                      "slam": {
                        "type": "number",
                        "format": "double",
                        "description": "The SLAM token cost for this API call."
                      },
                      "block": {
                        "type": "integer",
                        "format": "int32",
                        "description": "The block number for this price snapshot."
                      },
                      "chain": {
                        "type": "string",
                        "minLength": 1,
                        "description": "The blockchain network name (e.g., 'base')."
                      },
                      "quote": {
                        "type": "string",
                        "minLength": 1,
                        "description": "Quote token or currency (USD, ETH, BTC)."
                      },
                      "tokens": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "fdv": {
                              "type": "number",
                              "format": "double",
                              "nullable": true,
                              "description": "Fully diluted valuation in USD."
                            },
                            "name": {
                              "type": "string",
                              "description": "Full token name."
                            },
                            "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": "Price change info over 24h."
                            },
                            "price": {
                              "type": "number",
                              "format": "double",
                              "description": "Current price in selected quote."
                            },
                            "symbol": {
                              "type": "string",
                              "description": "Token symbol."
                            },
                            "address": {
                              "type": "string",
                              "description": "Token contract address."
                            },
                            "liquidity": {
                              "type": "number",
                              "format": "double",
                              "nullable": true,
                              "description": "Available liquidity in USD."
                            }
                          }
                        },
                        "description": "List of token price data."
                      }
                    }
                  },
                  {
                    "type": "object",
                    "properties": {
                      "slam": {
                        "type": "number",
                        "format": "double"
                      }
                    }
                  }
                ]
              }
            }
          },
          "description": "OK"
        }
      }
    }
  ],
  "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-token-price",
    "url": "https://x402all.com/resource/slamai-dev-token-price",
    "name": "SlamAI \u00b7 Token Price & FDV Data",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/slamai-dev-token-price",
      "@type": "Offer",
      "price": "0",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://slamai.dev/token/price",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/slamai-dev",
      "url": "https://slamai.dev",
      "name": "slamai.dev",
      "@type": "Organization"
    },
    "identifier": "slamai-dev-token-price",
    "description": "Real-time token prices with FDV, liquidity metrics, and 24h price change. Quote in USD, ETH, or BTC. Up to 30 tokens per request on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=slamai-dev-token-price",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=slamai-dev-token-price"
}
