ApiToll Stablecoins
GET crypto.apitoll.cloud/v1/crypto/stablecoins
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
Stablecoin market data ranked by USD-equivalent circulating supply: each coin returns its symbol, peg type and mechanism (fiat-backed, crypto-backed, algorithmic), peg currency (USD, EUR, JPY…), current peg price, native circulating supply, USD-converted supply, and the chains it lives on. Filter by symbol or chain. Track USDT, USDC, DAI, USDe, EURC and the rest of the stablecoin market. Sourced from DefiLlama.
Resource: crypto.apitoll.cloud/v1/crypto/stablecoins
Network: eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x3dA40A9aD36640a2C0F533BAC368490095574664
Payment methods: — · Last validation: 2026-09-14 12:26:40.339+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": "Filter to stablecoins present on a chain (exact, case-insensitive): Ethereum, Solana, Base…"
},
"limit": {
"type": "integer",
"maximum": 100,
"minimum": 1,
"description": "Max stablecoins returned (1–100, default 20)."
},
"symbol": {
"type": "string",
"description": "Filter by symbol/name substring: USDC, USDT, DAI…"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"count": {
"type": "number"
},
"source": {
"type": "object",
"properties": {
"name": {
"type": "string"
}
}
},
"filters": {
"type": "object",
"properties": {
"chain": {},
"symbol": {
"type": "string"
}
}
},
"stablecoins": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"price": {
"type": "number"
},
"chains": {
"type": "array",
"items": {
"type": "string"
}
},
"symbol": {
"type": "string"
},
"pegType": {
"type": "string"
},
"circulating": {
"type": "number"
},
"pegCurrency": {
"type": "string"
},
"pegMechanism": {
"type": "string"
},
"circulatingUsd": {
"type": "number"
}
}
}
},
"totalMatching": {
"type": "number"
},
"totalCirculatingUsd": {
"type": "number"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x3dA40A9aD36640a2C0F533BAC368490095574664",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x3dA40A9aD36640a2C0F533BAC368490095574664",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "1000"
},
{
"raw": {
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"
},
"payTo": "5Wxg3V6gcmFmmP6SXmGZQAUZPFYsSwoeN2Qewt5BotWz",
"amount": "1000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
},
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "5Wxg3V6gcmFmmP6SXmGZQAUZPFYsSwoeN2Qewt5BotWz",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"amountAtomic": "1000"
}
]
}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.