x402 List

x402 Protocol Service Directory

CoinGecko

Data ✓ VERIFIED

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.

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 1h 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
778ms
avg response
292ms
total checks
7,232
compliance A (11/11)

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

jump to compliance checklist

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

06-21 · uptime 100.0% · 440ms avg06-22 · uptime 100.0% · 421ms avg06-23 · uptime 100.0% · 469ms avg06-24 · uptime 100.0% · 416ms avg06-25 · uptime 100.0% · 305ms avg06-26 · uptime 100.0% · 186ms avg06-27 · uptime 100.0% · 224ms avg06-28 · uptime 100.0% · 310ms avg06-29 · uptime 100.0% · 320ms avg06-30 · uptime 100.0% · 344ms avg07-01 · uptime 100.0% · 448ms avg07-02 · uptime 100.0% · 417ms avg07-03 · uptime 100.0% · 178ms avg07-04 · uptime 100.0% · 204ms avg07-05 · uptime 100.0% · 291ms avg07-06 · uptime 100.0% · 212ms avg07-07 · uptime 100.0% · 297ms avg07-08 · uptime 100.0% · 158ms avg07-09 · uptime 100.0% · 192ms avg07-10 · uptime 99.6% · 215ms avg07-11 · uptime 100.0% · 158ms avg07-12 · uptime 100.0% · 174ms avg07-13 · uptime 100.0% · 258ms avg07-14 · uptime 100.0% · 285ms avg07-15 · uptime 100.0% · 245ms avg07-16 · uptime 100.0% · 209ms avg07-17 · uptime 100.0% · 347ms avg07-18 · uptime 100.0% · 279ms avg07-19 · uptime 100.0% · 279ms avg07-20 · uptime 100.0% · 288ms avg06-2107-20
RESPONSE TIME
06-21 · 440ms avg06-21 · 440ms avg06-22 · 421ms avg06-22 · 421ms avg06-23 · 469ms avg06-23 · 469ms avg06-24 · 416ms avg06-24 · 416ms avg06-25 · 305ms avg06-25 · 305ms avg06-26 · 186ms avg06-26 · 186ms avg06-27 · 224ms avg06-27 · 224ms avg06-28 · 310ms avg06-28 · 310ms avg06-29 · 320ms avg06-29 · 320ms avg06-30 · 344ms avg06-30 · 344ms avg07-01 · 448ms avg07-01 · 448ms avg07-02 · 417ms avg07-02 · 417ms avg07-03 · 178ms avg07-03 · 178ms avg07-04 · 204ms avg07-04 · 204ms avg07-05 · 291ms avg07-05 · 291ms avg07-06 · 212ms avg07-06 · 212ms avg07-07 · 297ms avg07-07 · 297ms avg07-08 · 158ms avg07-08 · 158ms avg07-09 · 192ms avg07-09 · 192ms avg07-10 · 215ms avg07-10 · 215ms avg07-11 · 158ms avg07-11 · 158ms avg07-12 · 174ms avg07-12 · 174ms avg07-13 · 258ms avg07-13 · 258ms avg07-14 · 285ms avg07-14 · 285ms avg07-15 · 245ms avg07-15 · 245ms avg07-16 · 209ms avg07-16 · 209ms avg07-17 · 347ms avg07-17 · 347ms avg07-18 · 279ms avg07-18 · 279ms avg07-19 · 279ms avg07-19 · 279ms avg07-20 · 288ms avg07-20 · 288ms avg06-2107-20
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 292ms
TOTAL CHECKS 7,244

RECENT CHECKS

TIME STATUS RESP
● OK 434ms
● SLOW 1340ms
● OK 246ms
● OK 282ms
● OK 238ms
● OK 323ms
● OK 269ms
● OK 125ms
● OK 285ms
● OK 283ms
● OK 243ms
● OK 296ms
● OK 89ms
● OK 393ms
● OK 374ms
● OK 259ms
● SLOW 646ms
● OK 118ms

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).

PRICE (captured 402, USD)
06-20 · $0.0107-20 · $0.01$0.0106-2007-20

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

SUB-SCORES (uptime + x402 compliance)
07-13 uptime: 100.0% compliance: 92% checks07-14 uptime: 100.0% compliance: 92% checks07-15 uptime: 100.0% compliance: 92% checks07-16 uptime: 100.0% compliance: 92% checks07-17 uptime: 100.0% compliance: 100% checks07-18 uptime: 100.0% compliance: 100% checks07-19 uptime: 100.0% compliance: 100% checks07-20 uptime: 100.0% compliance: 100% checksuptimecompliance07-1307-20
VOLUME (on-chain settlement, USD)
06-20 · $0.0506-21 · $0.2406-22 · $0.2706-23 · $0.3306-24 · $0.2706-25 · $0.3306-26 · $0.2606-27 · $0.1906-28 · $0.2206-29 · $0.1106-30 · $0.3107-01 · $0.4807-02 · $0.4007-03 · $0.3507-04 · $0.0907-05 · $0.0407-06 · $0.1707-07 · $0.1007-08 · $0.1707-09 · $0.1207-10 · $0.1507-11 · $0.1207-12 · $0.1807-13 · $0.1307-14 · $0.2707-15 · $0.0607-16 · $0.1407-17 · $0.9907-18 · $0.1407-19 · $0.1307-20 · $0.10peak $0.9906-2007-20
DISTINCT BUYERS
06-20 · 1 buyer06-21 · 5 buyers06-22 · 7 buyers06-23 · 4 buyers06-24 · 5 buyers06-25 · 7 buyers06-26 · 10 buyers06-27 · 3 buyers06-28 · 4 buyers06-29 · 2 buyers06-30 · 4 buyers07-01 · 4 buyers07-02 · 6 buyers07-03 · 6 buyers07-04 · 2 buyers07-05 · 3 buyers07-06 · 7 buyers07-07 · 6 buyers07-08 · 6 buyers07-09 · 4 buyers07-10 · 5 buyers07-11 · 6 buyers07-12 · 6 buyers07-13 · 8 buyers07-14 · 9 buyers07-15 · 4 buyers07-16 · 4 buyers07-17 · 2 buyers07-18 · 4 buyers07-19 · 3 buyers07-20 · 3 buyerspeak 10 buyers06-2007-20

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 ]