verified until 2026-07-27
Crypto price and on-chain DEX data API. x402-gated endpoints for agents — pay-per-call USDC on Base or Solana.
Pay from $0.01 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 1h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 778ms
- avg response
- 292ms
- total checks
- 7,232
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.01 (p65 in Data)
- price (min)
- $0.01
- category percentile (min)
- p65 in Data
- endpoints / prices
- 3 / 1
- model
- flat
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
traction $6.90 30d · 60 buyers
- volume 30d
- $6.90
- buyers 30d
- 60
- settlements 30d
- 690
- last settlement
- 2026-07-20
- top buyer share
- 41% of 30d volume
- trend 7d vs 30d
- 1.19x the 30d daily rate
- networks
- eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides cryptocurrency market data, coin prices, and on-chain DEX pool information
- category
- crypto-data
- in
- query params
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /onchain/networks/{id}/trending_pools | Trending pools per network | $0.01 | Base/Solana | USDC |
| GET | /onchain/search/pools | Search DEX pools | $0.01 | Base/Solana | USDC |
| GET | /simple/price | Coin prices and market data | $0.01 | Base/Solana | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /onchain/networks/{id}/trending_pools returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://pro-api.coingecko.com/api/v3/x402/onchain/networks/eth/trending_pools'
// 402 response (captured by monitor) · 3 payloads · click to expand
[
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x110cdBba7FE6434Ec4CE3464CC523942ad6Fb784",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "8XhngTRitTcUJMiaDJ6azw8GRSiFPpwhnmV3HYQLHUpL",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://pro-api.coingecko.com/api/v3/x402/simple/price",
"mimeType": "application/json",
"description": "Query prices & market data of coins listed on CoinGecko, by coin IDs, names, or symbols."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"ids": "bitcoin,ethereum",
"names": "Bitcoin,Ethereum",
"symbols": "btc,eth",
"precision": "2",
"vs_currencies": "usd",
"include_tokens": "top",
"include_24hr_vol": true,
"include_market_cap": true,
"include_24hr_change": true,
"include_last_updated_at": true
}
},
"output": {
"type": "json",
"example": {
"bitcoin": {
"usd": 67187.34,
"usd_24h_vol": 31260929299.52,
"usd_24h_change": 3.64,
"usd_market_cap": 1317802988326.25,
"last_updated_at": 1711356300
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input",
"output"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"vs_currencies"
],
"properties": {
"ids": {
"type": "string"
},
"names": {
"type": "string"
},
"symbols": {
"type": "string"
},
"precision": {
"enum": [
"full",
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18"
],
"type": "string"
},
"vs_currencies": {
"type": "string"
},
"include_tokens": {
"enum": [
"top",
"all"
],
"type": "string"
},
"include_24hr_vol": {
"type": "boolean"
},
"include_market_cap": {
"type": "boolean"
},
"include_24hr_change": {
"type": "boolean"
},
"include_last_updated_at": {
"type": "boolean"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type",
"example"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x110cdBba7FE6434Ec4CE3464CC523942ad6Fb784",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "8XhngTRitTcUJMiaDJ6azw8GRSiFPpwhnmV3HYQLHUpL",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://pro-api.coingecko.com/api/v3/x402/onchain/networks/eth/trending_pools",
"mimeType": "application/json",
"description": "Query the latest onchain DEX trending pools & tokens, based on a provided network."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"page": 1,
"include": "base_token",
"duration": "24h",
"include_gt_community_data": true
}
},
"output": {
"type": "json",
"example": {
"data": [
{
"id": "eth_0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640",
"type": "pool",
"attributes": {
"name": "WETH / USDC 0.05%",
"address": "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640",
"fdv_usd": "11007041041",
"volume_usd": {
"h1": "16798158.0138526",
"h6": "164054610.850188",
"m5": "868581.7348314",
"h24": "536545444.904535",
"m15": "2056262.885098",
"m30": "4081230.098456"
},
"transactions": {
"h1": {
"buys": 97,
"sells": 144,
"buyers": 83,
"sellers": 124
},
"m5": {
"buys": 7,
"sells": 2,
"buyers": 7,
"sellers": 2
},
"h24": {
"buys": 2966,
"sells": 3847,
"buyers": 1625,
"sellers": 2399
},
"m15": {
"buys": 19,
"sells": 27,
"buyers": 19,
"sellers": 27
},
"m30": {
"buys": 49,
"sells": 61,
"buyers": 45,
"sellers": 57
}
},
"market_cap_usd": null,
"reserve_in_usd": "163988541.3812",
"pool_created_at": "2021-12-29T12:35:14Z",
"base_token_price_usd": "3653.12491645176",
"community_sus_report": 0,
"quote_token_price_usd": "0.998343707926245",
"price_change_percentage": {
"h1": "0.51",
"h6": "0.86",
"m5": "0",
"h24": "7.71",
"m15": "0.21",
"m30": "0.31"
},
"base_token_price_quote_token": "3662.46",
"quote_token_price_base_token": "0.00027304",
"base_token_price_native_currency": "1.0",
"quote_token_price_native_currency": "0.000273040545093221",
"sentiment_vote_negative_percentage": 0,
"sentiment_vote_positive_percentage": 0
},
"relationships": {
"dex": {
"data": {
"id": "uniswap_v3",
"type": "dex"
}
},
"base_token": {
"data": {
"id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "eth_0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"type": "token"
}
}
}
}
],
"included": [
{
"id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"type": "token",
"attributes": {
"name": "Wrapped Ether",
"symbol": "WETH",
"address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"decimals": 18,
"image_url": "https://assets.coingecko.com/coins/images/2518/small/weth.png?1696503332",
"coingecko_coin_id": "weth"
}
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input",
"output"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"page": {
"type": "integer"
},
"include": {
"type": "string"
},
"duration": {
"type": "enum"
},
"include_gt_community_data": {
"type": "boolean"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type",
"example"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x110cdBba7FE6434Ec4CE3464CC523942ad6Fb784",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "8XhngTRitTcUJMiaDJ6azw8GRSiFPpwhnmV3HYQLHUpL",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://pro-api.coingecko.com/api/v3/x402/onchain/search/pools",
"mimeType": "application/json",
"description": "Search onchain DEX pools and token, by contract address, name, or token symbol."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"page": 1,
"query": "weth",
"include": "base_token",
"network": "eth"
}
},
"output": {
"type": "json",
"example": {
"data": [
{
"id": "eth_0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640",
"type": "pool",
"attributes": {
"name": "WETH / USDC 0.05%",
"address": "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640",
"fdv_usd": "11007041041",
"volume_usd": {
"h1": "16798158.0138526",
"h6": "164054610.850188",
"m5": "868581.7348314",
"h24": "536545444.904535",
"m15": "2056262.885098",
"m30": "4081230.098456"
},
"transactions": {
"h1": {
"buys": 97,
"sells": 144,
"buyers": 83,
"sellers": 124
},
"m5": {
"buys": 7,
"sells": 2,
"buyers": 7,
"sellers": 2
},
"h24": {
"buys": 2966,
"sells": 3847,
"buyers": 1625,
"sellers": 2399
},
"m15": {
"buys": 19,
"sells": 27,
"buyers": 19,
"sellers": 27
},
"m30": {
"buys": 49,
"sells": 61,
"buyers": 45,
"sellers": 57
}
},
"market_cap_usd": null,
"reserve_in_usd": "163988541.3812",
"pool_created_at": "2021-12-29T12:35:14Z",
"base_token_price_usd": "3653.12491645176",
"quote_token_price_usd": "0.998343707926245",
"price_change_percentage": {
"h1": "0.51",
"h6": "0.86",
"m5": "0",
"h24": "7.71",
"m15": "0.21",
"m30": "0.31"
},
"base_token_price_quote_token": "3662.46",
"quote_token_price_base_token": "0.00027304",
"base_token_price_native_currency": "1.0",
"quote_token_price_native_currency": "0.000273040545093221"
},
"relationships": {
"dex": {
"data": {
"id": "uniswap_v3",
"type": "dex"
}
},
"base_token": {
"data": {
"id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "eth_0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"type": "token"
}
}
}
}
],
"included": [
{
"id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"type": "token",
"attributes": {
"name": "Wrapped Ether",
"symbol": "WETH",
"address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"decimals": 18,
"image_url": "https://assets.coingecko.com/coins/images/2518/small/weth.png?1696503332",
"coingecko_coin_id": "weth"
}
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input",
"output"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"page": {
"type": "integer"
},
"query": {
"type": "string"
},
"include": {
"type": "string"
},
"network": {
"type": "string"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type",
"example"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/coingecko/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).
Median across 3 endpoints. Use the selector to isolate one.
COMPLIANCE
11/11 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/coingecko?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/coingecko.svg" alt="CoinGecko listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/coingecko?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/coingecko?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/coingecko.svg?data=uptime" alt="CoinGecko uptime on x402-list" height="28"> </a>