x402 List

x402 Protocol Service Directory

CoinGecko

Data ✓ VERIFIED

verified until 2026-07-28

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.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://pro-api.coingecko.com/api/v3/x402 WEBSITE https://www.coingecko.com ENDPOINTS 3 NETWORK Base / Solana ASSET USDC MEMBER SINCE 2026-01-23 MONITORED SINCE 2026-04-16

ASSESSMENT

updated 3h ago

Evidence-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
718ms
avg response
292ms
total checks
7,356
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.01 (p62 in Data)
price (min)
$0.01
category percentile (min)
p62 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-21
top buyer share
40% of 30d volume
trend 7d vs 30d
1.12x 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-derived

Provides cryptocurrency market data, coin prices, and on-chain DEX pool information

category
crypto-data
in
query params
cryptomarket-datadexonchainprices

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
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
3 endpoints

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.

// request
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

07-21 · uptime 100.0% · 340ms avg07-2107-21
RESPONSE TIME
07-21 · 340ms avg07-21 · 340ms avg07-2107-21
24h UPTIME 100%
UPTIME 24H 100%
AVG RESP 287ms
TOTAL CHECKS 7,146

RECENT CHECKS

TIME STATUS RESP
● OK 80ms
● OK 87ms
● OK 253ms
● OK 61ms
● OK 198ms
● SLOW 518ms
● OK 208ms
● OK 259ms
● OK 68ms
● OK 240ms
● OK 218ms
● OK 292ms
● SLOW 1499ms
● SLOW 527ms
● OK 327ms
● OK 267ms
● SLOW 562ms
● OK 159ms

OVER TIME

All charts share the 24h 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).

PRICE (captured 402, USD)
07-20 · $0.0107-21 · $0.01$0.0107-2007-21

Median across 3 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-20 uptime: 100.0% compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
07-20 · $0.1007-21 · $0.03peak $0.1007-2007-21
DISTINCT BUYERS
07-20 · 3 buyers07-21 · 2 buyerspeak 3 buyers07-2007-21

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

Show that CoinGecko is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

CoinGecko listed on x402-list
status
CoinGecko uptime on x402-list
live uptime
// HTML
<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>
// Markdown
[![CoinGecko on x402-list](https://x402-list.com/badge/coingecko.svg)](https://x402-list.com/services/coingecko?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<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>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]