SERVICE / DETAILother
Unnamed service
GET api.slamai.dev/token/price
SONAR SCORE0.707
LIVE PRICE0.001000
BAZAAR LIVEnot compatible
CDP INDEXEDno
DECISION EVIDENCE
18 observations in the last 24hWhy an agent can trust this route.
HANDSHAKE SUCCESS94.4%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCY2399msrecent response window
PRICE DRIFT0.0%advertised vs observed
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
SONAR PROBE HISTORY / 30D
JSON ↗Observed outcomes
LIVE ENDPOINT METADATA
No provider description has been published.
Resource: api.slamai.dev/token/price
Network: base · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xd85096fAeC1aC03075667B4C1a1661F5623Bf111
Payment methods: — · Last validation: 2026-09-14 16:10:15.4+00
{
"input": null,
"output": null,
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xd85096fAeC1aC03075667B4C1a1661F5623Bf111",
"scheme": "exact",
"network": "base",
"mimeType": "application/json",
"resource": "https://api.slamai.dev/token/price",
"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`.",
"discoverable": true,
"outputSchema": {
"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": {
"enum": [
"USD",
"ETH",
"BTC"
],
"type": "string",
"description": "Quote token or currency to return prices in."
},
"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"
}
},
"maxAmountRequired": "1000",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xd85096fAeC1aC03075667B4C1a1661F5623Bf111",
"scheme": "exact",
"network": "base",
"amountAtomic": "1000"
}
]
}METADATA PROVENANCE
Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.