Returns current token prices with FDV, liquidity, and 24h price change, quoted ...
https://slamai.dev/token/priceOverview
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.0000
Payment Asset
USD Coin
Payment Network
Base
Category
crypto/prices
Provider
slamai
Source
bazaar
Indexed
2026-03-02 01:13:28
Health
Status
down
Latency (p50)
27ms
Uptime (30d)
0.0%
Reliability Score
35/100
Last Checked
2026-05-06 00:03:42
Last Healthy
Never
Consecutive Failures
1647
x402 Payment Validation
Payment Requirements
Invalid
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. Allowed: USD (default), 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-05-06 00:03:42 | down | 502 | 27ms | HTTP 502 |
| 2026-05-05 21:42:04 | down | 502 | 26ms | HTTP 502 |
| 2026-05-05 18:54:50 | down | 502 | 24ms | HTTP 502 |
| 2026-05-05 15:10:02 | down | 502 | 43ms | HTTP 502 |
| 2026-05-05 12:43:32 | down | 502 | 28ms | HTTP 502 |
| 2026-05-05 09:39:49 | down | 502 | 24ms | HTTP 502 |
| 2026-05-05 06:50:00 | down | 502 | 45ms | HTTP 502 |
| 2026-05-05 02:14:18 | down | 502 | 26ms | HTTP 502 |
| 2026-05-04 23:54:50 | down | 502 | 478ms | HTTP 502 |
| 2026-05-04 20:25:14 | down | 502 | 10ms | HTTP 502 |
| 2026-05-04 17:25:24 | down | 502 | 25ms | HTTP 502 |
| 2026-05-04 15:54:08 | down | 502 | 51ms | HTTP 502 |
| 2026-05-04 14:22:37 | down | 502 | 26ms | HTTP 502 |
| 2026-05-04 10:33:18 | down | 502 | 29ms | HTTP 502 |
| 2026-05-04 08:56:05 | down | 502 | 26ms | HTTP 502 |
| 2026-05-04 07:29:32 | down | 502 | 88ms | HTTP 502 |
| 2026-05-04 03:59:40 | down | 502 | 51ms | HTTP 502 |
| 2026-05-04 02:58:45 | down | 502 | 45ms | HTTP 502 |
| 2026-05-04 00:53:26 | down | 502 | 21ms | HTTP 502 |
| 2026-05-03 22:28:28 | down | 502 | 24ms | HTTP 502 |