Unnamed service
GET aiagentoracle.ai/api/v1/tokens/top
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: top N on-chain crypto tokens by market cap. Pass `limit` (1..100, default 20). Same per-token shape as /tokens — price, 24h volume, market cap, liquidity, 24h price change.
Resource: aiagentoracle.ai/api/v1/tokens/top
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x2feCabDFC849C76fdC28CA13Aa0Ab392753EF35C
Payment methods: — · Last validation: 2026-09-14 16:45:18.819+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 100,
"minimum": 1,
"description": "Number of top tokens to return."
}
},
"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"
}
}
}
}
},
"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.