Retrieves token prices, FDV, and liquidity at any block or timestamp, including ...
https://slamai.dev/token/price/historyOverview
Retrieves token prices, FDV, and liquidity at any block or timestamp, including percentage change for specified lookback periods.
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:21
Health
Status
down
Latency (p50)
28ms
Uptime (30d)
0.0%
Reliability Score
35/100
Last Checked
2026-08-02 00:14:07
Last Healthy
Never
Consecutive Failures
1949
x402 Payment Validation
Payment Requirements
Invalid
Asset Verified
—
Facilitator
—
Input Schema
{
"method": "GET",
"queryParams": {
"addresses": {
"description": "Pipe-delimited token addresses. Max: 30.",
"type": "string"
},
"at_block_number": {
"description": "Block number to retrieve price snapshot at",
"format": "int32",
"type": "integer"
},
"at_timestamp": {
"description": "Datetime (UTC) to retrieve price snapshot at",
"format": "date-time",
"type": "string"
},
"blockchain": {
"description": "The blockchain network to query.",
"enum": [
"ethereum",
"base"
],
"required": true,
"type": "string"
},
"estimate_cost": {
"description": "If true, returns only the SLAM token cost",
"type": "boolean"
},
"lookback_minutes": {
"description": "Pipe-delimited list of minute values for % change. Max: 30. E.g. 60|1440",
"type": "string"
},
"quote_symbol": {
"description": "Quote token: USD (default), ETH, or BTC",
"type": "string"
},
"symbols": {
"description": "Pipe-delimited token symbols. Max: 30. E.g. SWARM|BILLY",
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"content": {
"application/json": {
"schema": {
"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"
}
}
},
"description": "OK",
"status": 200
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-08-02 00:14:07 | down | 502 | 51ms | HTTP 502 |
| 2026-08-01 17:09:23 | down | 502 | 44ms | HTTP 502 |
| 2026-08-01 13:21:42 | down | 502 | 25ms | HTTP 502 |
| 2026-08-01 06:32:59 | down | 502 | 25ms | HTTP 502 |
| 2026-08-01 02:16:48 | down | 502 | 26ms | HTTP 502 |
| 2026-07-31 20:13:04 | down | 502 | 22ms | HTTP 502 |
| 2026-07-31 16:04:13 | down | 502 | 25ms | HTTP 502 |
| 2026-07-31 11:30:08 | down | 502 | 38ms | HTTP 502 |
| 2026-07-31 06:14:14 | down | 502 | 23ms | HTTP 502 |
| 2026-07-31 03:44:55 | down | 502 | 28ms | HTTP 502 |
| 2026-07-30 20:49:11 | down | 502 | 39ms | HTTP 502 |
| 2026-07-30 18:10:10 | down | 502 | 38ms | HTTP 502 |
| 2026-07-30 15:14:29 | down | 502 | 47ms | HTTP 502 |
| 2026-07-30 06:35:59 | down | 502 | 39ms | HTTP 502 |
| 2026-07-30 05:21:18 | down | 502 | 26ms | HTTP 502 |