Unnamed service
GET aiagentoracle.ai/api/v1/tokens
Why an agent can trust this route.
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.
Observed outcomes
AgentOracle: list real-time on-chain crypto tokens sorted by market cap, with chain / min-liquidity / min-24h-volume / min-market-cap filters and limit+offset pagination. Each row includes price, 24h volume, market cap, liquidity, 24h price change, and confidence score.
Resource: aiagentoracle.ai/api/v1/tokens
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x2feCabDFC849C76fdC28CA13Aa0Ab392753EF35C
Payment methods: — · Last validation: 2026-09-14 09:18:12.144+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"chain": {
"type": "string",
"description": "EVM chain slug, e.g. 'base', 'ethereum', 'arbitrum'."
},
"limit": {
"type": "integer",
"default": 100,
"maximum": 500,
"minimum": 1,
"description": "Page size."
},
"offset": {
"type": "integer",
"default": 0,
"minimum": 0,
"description": "Page offset."
},
"min_liquidity": {
"type": "number",
"minimum": 0,
"description": "Minimum on-chain pool liquidity in USD."
},
"min_market_cap": {
"type": "number",
"minimum": 0,
"description": "Minimum fully-diluted market cap in USD."
},
"min_volume_24h": {
"type": "number",
"minimum": 0,
"description": "Minimum trailing 24h volume in USD."
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"tokens",
"total",
"freshness"
],
"properties": {
"total": {
"type": "integer",
"minimum": 0
},
"tokens": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"symbol",
"name",
"chain",
"lastUpdated"
],
"properties": {
"id": {
"type": "integer",
"description": "Internal numeric identifier."
},
"name": {
"type": "string"
},
"chain": {
"type": "string",
"description": "EVM chain slug (e.g. base, ethereum, arbitrum)."
},
"symbol": {
"type": "string",
"description": "Uppercase ticker symbol, e.g. ETH."
},
"imageUrl": {
"type": [
"string",
"null"
],
"format": "uri"
},
"priceUsd": {
"type": [
"number",
"null"
],
"description": "Spot price in USD."
},
"marketCap": {
"type": [
"number",
"null"
],
"description": "Fully-diluted market cap in USD."
},
"volume24h": {
"type": [
"number",
"null"
],
"description": "Trailing 24h trading volume in USD."
},
"lastUpdated": {
"type": "string",
"format": "date-time"
},
"liquidityUsd": {
"type": [
"number",
"null"
],
"description": "On-chain pool liquidity in USD."
},
"confidenceScore": {
"type": [
"number",
"null"
],
"description": "Source-quality score, 0..1."
},
"priceChange24hPercent": {
"type": [
"number",
"null"
],
"description": "24h price change, percent (-100..+inf)."
}
}
}
},
"freshness": {
"type": "string",
"description": "ISO timestamp of the newest row in the result set, or 'no data'."
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x2feCabDFC849C76fdC28CA13Aa0Ab392753EF35C",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x2feCabDFC849C76fdC28CA13Aa0Ab392753EF35C",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "10000"
}
]
}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.