← Back to directory

Returns current token prices with FDV, liquidity, and 24h price change, quoted ...

https://api.slamai.dev/token/price

Overview

Returns current token prices with FDV, liquidity, and 24h price change, quoted in **USD**, **ETH**, or **BTC**. ### Rules - Provide **either** `symbols` or `addresses`, not both. - Max **30 entries** for either parameter (pipe-delimited). - `quote_symbol` must be one of: `USD`, `ETH`, `BTC`.

Protocol x402
Price $0.0010
Payment Asset USD Coin
Payment Network Base
Category crypto/prices
Provider slamai
Source bazaar
Indexed 2026-03-02 01:01:14

Health

Status healthy
Latency (p50) 693ms
Uptime (30d) 100.0%
Reliability Score 90/100
Last Checked 2026-03-20 23:11:50
Last Healthy 2026-03-20 23:11:50
Consecutive Failures 0

x402 Payment Validation

Payment Requirements Valid
Asset Verified
Facilitator

Input Schema

{ "method": "GET", "queryParams": { "addresses": { "description": "Pipe-delimited list of token contract addresses (e.g., 0xabc...|0xdef...). Cannot be used with 'symbols'. Max 30 addresses.", "type": "string" }, "blockchain": { "description": "The blockchain network to query.", "enum": [ "ethereum", "base" ], "required": true, "type": "string" }, "estimate_cost": { "description": "When true, only returns the SLAM token cost for this request. Does not include token price data.", "type": "boolean" }, "quote_symbol": { "description": "Quote token or currency to return prices in.", "enum": [ "USD", "ETH", "BTC" ], "type": "string" }, "symbols": { "description": "Pipe-delimited list of token symbols to query (e.g., SWARM|VADER). Cannot be used with 'addresses'. Max 30 symbols.", "type": "string" } }, "type": "http" }

Output Schema

{ "content": { "application/json": { "schema": { "oneOf": [ { "properties": { "block": { "description": "The block number for this price snapshot.", "format": "int32", "type": "integer" }, "chain": { "description": "The blockchain network name (e.g., 'base').", "minLength": 1, "type": "string" }, "quote": { "description": "Quote token or currency (USD, ETH, BTC).", "minLength": 1, "type": "string" }, "slam": { "description": "The SLAM token cost for this API call.", "format": "double", "type": "number" }, "tokens": { "description": "List of token price data.", "items": { "properties": { "address": { "description": "Token contract address.", "type": "string" }, "fdv": { "description": "Fully diluted valuation in USD.", "format": "double", "nullable": true, "type": "number" }, "liquidity": { "description": "Available liquidity in USD.", "format": "double", "nullable": true, "type": "number" }, "name": { "description": "Full token name.", "type": "string" }, "prev": { "description": "Price change info over 24h.", "items": { "properties": { "change": { "description": "Price change percentage.", "type": "string" }, "minutes": { "description": "Lookback period in minutes.", "format": "int32", "type": "integer" } }, "type": "object" }, "type": "array" }, "price": { "description": "Current price in selected quote.", "format": "double", "type": "number" }, "symbol": { "description": "Token symbol.", "type": "string" } }, "type": "object" }, "type": "array" }, "utc": { "description": "UTC timestamp of this data (ISO 8601).", "minLength": 1, "type": "string" } }, "required": [ "block", "chain", "quote", "slam", "utc" ], "type": "object" }, { "properties": { "slam": { "format": "double", "type": "number" } }, "type": "object" } ] } } }, "description": "OK", "status": 200 }

Recent Health Checks

Time Status HTTP Latency Error
2026-03-20 23:11:50 healthy 402 347ms
2026-03-20 22:30:45 healthy 402 693ms
2026-03-20 21:33:38 healthy 402 421ms
2026-03-20 20:28:17 healthy 402 431ms
2026-03-20 19:48:47 healthy 402 631ms
2026-03-20 19:11:52 healthy 402 473ms
2026-03-20 18:04:04 healthy 402 836ms
2026-03-20 17:23:51 healthy 402 781ms
2026-03-20 16:19:31 healthy 402 918ms
2026-03-20 15:36:51 healthy 402 877ms
2026-03-20 14:36:14 degraded 402 1565ms
2026-03-20 14:04:46 healthy 402 507ms
2026-03-20 13:00:01 healthy 402 255ms
2026-03-20 11:57:15 degraded 402 1102ms
2026-03-20 10:40:40 healthy 402 520ms
2026-03-20 09:53:27 healthy 402 418ms
2026-03-20 08:48:54 degraded 402 955ms
2026-03-20 07:59:58 degraded 402 986ms
2026-03-20 06:53:28 healthy 402 706ms
2026-03-20 06:01:20 healthy 402 462ms