x402 List

x402 Protocol Service Directory

CoinGecko

Data PAYMENT-READY

payment-ready until 2026-08-20

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.

first settlement 2026-01-16 · $47.08 all-time · settled via coinbase

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 4h 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
366ms
avg response
281ms
total checks
7,304

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

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

jump to compliance checklist

price $0.01 (p53 in Data)
price (min)
$0.01
category percentile (min)
p53 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.

domain age
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $6.37 30d · 62 buyers
volume 30d
$6.37
buyers 30d
62
settlements 30d
637
first settlement
2026-01-16
last settlement
2026-08-13
top buyer share
42% of 30d volume
trend 7d vs 30d
0.39x the 30d daily rate
networks
eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
volume all-time
$47.08
settlements all-time
4,676
median settlement 30d
$0.01
max settlement 30d
$0.01
settled via
coinbase ($6.37, 637 tx)

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 and on-chain DeFi pool information

category
crypto-data
in
path params and query params
auth
api key
cryptomarket-datadefionchaindex-pools

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 402 CHANNEL
GET /onchain/networks/{id}/trending_pools Trending pools per network $0.01 Base/Solana USDC header
GET /onchain/search/pools Search DEX pools $0.01 Base/Solana USDC header
GET /simple/price Coin prices and market data $0.01 Base/Solana USDC header
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
  }
]

OVER TIME

All charts use the 24h selector; each series spans only the dates it has data for. 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). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
08-13 · uptime 100.0% · 201ms avg08-1308-13
24h UPTIME 100%
RESPONSE TIME
08-13 · 201ms avg08-13 · 201ms avg08-1308-13
AVG RESP 280ms
PRICE (captured 402, USD)
08-12 · $0.0108-13 · $0.01$0.0108-1208-13

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

SUB-SCORES (uptime + x402 compliance)
08-12 uptime: 100.0% compliance: 100% checks08-13 uptime: 100.0% compliance: 100% checksuptimecompliance08-1208-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
building volume history (1 day so far)
DISTINCT BUYERS
building buyer history (1 day so far)

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-06-16 · last up 2026-08-13

  • 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
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
● OK 100ms
● OK 192ms
● OK 90ms
● OK 207ms
● OK 231ms
● OK 183ms
● OK 177ms
● OK 80ms
● OK 70ms
● OK 135ms
● OK 136ms
● OK 77ms
● OK 90ms
● OK 272ms
● OK 78ms
● OK 80ms
● OK 278ms
● OK 260ms

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 ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/coingecko/update.