Pay-per-call REST API serving CoinGecko data on Base: spot prices, OHLC candles, market-cap rankings, coin metadata, 24h trending coins and historical price snapshots, at $0.005 per call. Operated by x402 Atlas, not by CoinGecko.
Pay from $0.005 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 5h 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
- 362ms
- avg response
- 248ms
- total checks
- 47
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.005 (p36 in Finance)
- price (min)
- $0.005
- category percentile (min)
- p36 in Finance
- endpoints / prices
- 6 / 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 $0.02 30d · 1 buyers
- volume 30d
- $0.02
- buyers 30d
- 1
- settlements 30d
- 4
- last settlement
- 2026-07-20
- top buyer share
- 45% of 30d volume
- trend 7d vs 30d
- 1.18x the 30d daily rate
- networks
- eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
Attributed pro-quota: this payout address is shared, so volume and buyers are the operator-level figure divided by the services sharing it. A declared convention, not an individually observed measure, and still a conservative undercount.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides cryptocurrency price and market data through various endpoints
- category
- crypto-prices
- in
- query params
- auth
- none
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /coin | $0.005 | Base/Solana | USDC | |
| GET | /history | $0.005 | Base/Solana | USDC | |
| GET | /markets | $0.005 | Base/Solana | USDC | |
| GET | /ohlc | $0.005 | Base/Solana | USDC | |
| GET | /price | $0.005 | Base/Solana | USDC | |
| GET | /trending | $0.005 | Base/Solana | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /coin returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://coingecko.use.x402atlas.com/coin'
// 402 response (captured by monitor) · 6 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x32793F68dC2EA26BBC75eB900DA120069e8B6d02",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "5000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://coingecko.use.x402atlas.com/trending",
"mimeType": "application/json",
"description": "Trending crypto coins in the last 24h — the most-searched tokens on CoinGecko right now with name, symbol and market-cap rank.",
"serviceName": "CoinGecko Crypto Price & Data"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET"
},
"output": {
"type": "json",
"example": {
"coins": [
{
"id": "pepe",
"name": "Pepe",
"score": 0,
"symbol": "PEPE",
"price_btc": 1e-7,
"market_cap_rank": 42
}
],
"queried_at": "2026-06-08T12:00:00Z"
}
}
},
"tags": [
"trending",
"crypto",
"coins",
"market-data",
"popular",
"momentum",
"coingecko"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"coins"
],
"properties": {
"coins": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"name",
"symbol",
"score",
"price_btc"
],
"properties": {
"id": {
"type": "string",
"description": "CoinGecko coin id slug"
},
"name": {
"type": "string",
"description": "Coin name"
},
"large": {
"type": "string",
"description": "Large image URL"
},
"score": {
"type": "integer",
"description": "Trending rank position, 0-based"
},
"small": {
"type": "string",
"description": "Small image URL"
},
"thumb": {
"type": "string",
"description": "Thumbnail image URL"
},
"symbol": {
"type": "string",
"description": "Ticker symbol"
},
"price_btc": {
"type": "number",
"description": "Current price in BTC"
},
"market_cap_rank": {
"type": "integer",
"description": "Rank by market cap"
}
}
},
"description": "Most-searched coins in the last 24h, most trending first"
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "UTC timestamp the upstream was queried"
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x32793F68dC2EA26BBC75eB900DA120069e8B6d02",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "5000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://coingecko.use.x402atlas.com/coin",
"mimeType": "application/json",
"description": "Crypto coin metadata and market data by CoinGecko id — name, symbol, market-cap rank, price, homepage and categories for any token.",
"serviceName": "CoinGecko Crypto Price & Data"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"id": "bitcoin"
}
},
"output": {
"type": "json",
"example": {
"id": "bitcoin",
"name": "Bitcoin",
"image": "https://assets.coingecko.com/coins/images/1/large/bitcoin.png",
"symbol": "btc",
"homepage": "https://www.bitcoin.org",
"categories": [
"Cryptocurrency"
],
"queried_at": "2026-06-08T12:00:00Z",
"market_data": {
"market_cap_usd": 1300000000000,
"current_price_usd": 67000
},
"market_cap_rank": 1
}
}
},
"tags": [
"crypto",
"token",
"metadata",
"market-cap",
"coin-info",
"symbol",
"coingecko"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "CoinGecko coin id slug, lowercase letters/digits/hyphens, e.g. bitcoin"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"id",
"symbol",
"name",
"market_data"
],
"properties": {
"id": {
"type": "string",
"description": "CoinGecko coin id slug"
},
"name": {
"type": "string",
"description": "Coin name"
},
"image": {
"type": "string",
"description": "URL of the coin's large logo image"
},
"symbol": {
"type": "string",
"description": "Ticker symbol"
},
"homepage": {
"type": "string",
"description": "Project homepage URL"
},
"categories": {
"type": "array",
"items": {
"type": "string"
},
"description": "Project category labels"
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "UTC timestamp the upstream was queried"
},
"market_data": {
"type": "object",
"properties": {
"ath_usd": {
"type": "number",
"description": "All-time high price in USD"
},
"atl_usd": {
"type": "number",
"description": "All-time low price in USD"
},
"max_supply": {
"type": "number",
"description": "Max supply"
},
"total_supply": {
"type": "number",
"description": "Total supply"
},
"market_cap_usd": {
"type": "number",
"description": "Market cap in USD"
},
"total_volume_usd": {
"type": "number",
"description": "24h trading volume in USD"
},
"current_price_usd": {
"type": "number",
"description": "Current price in USD"
},
"circulating_supply": {
"type": "number",
"description": "Circulating supply"
},
"price_change_pct_7d": {
"type": "number",
"description": "Price change percent over 7d"
},
"price_change_pct_24h": {
"type": "number",
"description": "Price change percent over 24h"
},
"price_change_pct_30d": {
"type": "number",
"description": "Price change percent over 30d"
}
},
"description": "Headline USD market figures"
},
"market_cap_rank": {
"type": "integer",
"description": "Rank by market cap"
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x32793F68dC2EA26BBC75eB900DA120069e8B6d02",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "5000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://coingecko.use.x402atlas.com/history",
"mimeType": "application/json",
"description": "Historical crypto price on a specific date — price, market cap and 24h volume snapshot for any coin by CoinGecko id, in USD or more.",
"serviceName": "CoinGecko Crypto Price & Data"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"id": "bitcoin",
"date": "30-06-2026",
"vs_currency": "usd"
}
},
"output": {
"type": "json",
"example": {
"id": "bitcoin",
"date": "30-12-2020",
"price": 28966,
"market_cap": 538856000000,
"queried_at": "2026-06-08T12:00:00Z",
"vs_currency": "usd",
"total_volume": 26649000000
}
}
},
"tags": [
"crypto",
"historical-price",
"price",
"market-cap",
"date",
"coingecko",
"market-data"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"id",
"date"
],
"properties": {
"id": {
"type": "string",
"description": "CoinGecko coin id slug"
},
"date": {
"type": "string",
"pattern": "^[0-9]{2}-[0-9]{2}-[0-9]{4}$",
"description": "Snapshot date in DD-MM-YYYY format (day-first, not ISO). Only the trailing ~365 days are available; older dates are rejected"
},
"vs_currency": {
"type": "string",
"default": "usd",
"description": "Target currency code (default: usd)"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"id",
"date",
"vs_currency"
],
"properties": {
"id": {
"type": "string",
"description": "CoinGecko coin id slug"
},
"date": {
"type": "string",
"description": "Snapshot date, echoed in DD-MM-YYYY format"
},
"price": {
"type": "number",
"description": "Price on the snapshot date"
},
"market_cap": {
"type": "number",
"description": "Market cap on the snapshot date"
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "UTC timestamp the upstream was queried"
},
"vs_currency": {
"type": "string",
"description": "Currency the figures are quoted in"
},
"total_volume": {
"type": "number",
"description": "24h trading volume on the snapshot date"
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x32793F68dC2EA26BBC75eB900DA120069e8B6d02",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "5000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://coingecko.use.x402atlas.com/price",
"mimeType": "application/json",
"description": "Crypto token price in USD, EUR and more — real-time spot prices for one or many coins by CoinGecko id (bitcoin, ethereum, solana).",
"serviceName": "CoinGecko Crypto Price & Data"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"ids": "bitcoin,ethereum",
"vs_currencies": "usd,eur"
}
},
"output": {
"type": "json",
"example": {
"quotes": [
{
"id": "bitcoin",
"price": 67000,
"vs_currency": "usd"
},
{
"id": "ethereum",
"price": 3500,
"vs_currency": "usd"
}
],
"queried_at": "2026-06-08T12:00:00Z"
}
}
},
"tags": [
"price",
"crypto",
"token",
"usd",
"market-data",
"real-time",
"coingecko",
"spot"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"ids",
"vs_currencies"
],
"properties": {
"ids": {
"type": "string",
"description": "Comma-separated CoinGecko coin-id slugs, lowercase, up to 50 ids (e.g. bitcoin,ethereum)"
},
"vs_currencies": {
"type": "string",
"description": "Comma-separated target currency codes, up to 50, alphanumeric (e.g. usd,eur,btc)"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"quotes"
],
"properties": {
"quotes": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"vs_currency",
"price"
],
"properties": {
"id": {
"type": "string",
"description": "CoinGecko coin id slug"
},
"price": {
"type": "number",
"description": "Spot price"
},
"vs_currency": {
"type": "string",
"description": "Currency code the price is quoted in"
}
}
},
"description": "One row per requested id x currency pair that had upstream data"
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "UTC timestamp the upstream was queried"
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x32793F68dC2EA26BBC75eB900DA120069e8B6d02",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "5000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://coingecko.use.x402atlas.com/ohlc",
"mimeType": "application/json",
"description": "OHLC candlestick data for crypto — daily open/high/low/close candles over 1-365 days for any coin by CoinGecko id, chart-ready.",
"serviceName": "CoinGecko Crypto Price & Data"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"id": "bitcoin",
"days": 30,
"vs_currency": "usd"
}
},
"output": {
"type": "json",
"example": {
"id": "bitcoin",
"days": 30,
"candles": [
{
"low": 26900,
"high": 27100,
"open": 27000,
"time": "2026-05-08T00:00:00Z",
"close": 27050
}
],
"queried_at": "2026-06-08T12:00:00Z",
"vs_currency": "usd"
}
}
},
"tags": [
"ohlc",
"candles",
"ohlcv",
"crypto",
"chart",
"market-data",
"price",
"coingecko"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"id",
"days"
],
"properties": {
"id": {
"type": "string",
"description": "CoinGecko coin id slug"
},
"days": {
"enum": [
1,
7,
14,
30,
90,
180,
365
],
"type": "integer",
"description": "Window size in days: one of 1, 7, 14, 30, 90, 180, 365"
},
"vs_currency": {
"type": "string",
"default": "usd",
"description": "Target currency code (default: usd)"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"id",
"vs_currency",
"days",
"candles"
],
"properties": {
"id": {
"type": "string",
"description": "CoinGecko coin id slug"
},
"days": {
"type": "integer",
"description": "Requested window size in days"
},
"candles": {
"type": "array",
"items": {
"type": "object",
"required": [
"time",
"open",
"high",
"low",
"close"
],
"properties": {
"low": {
"type": "number",
"description": "Low price"
},
"high": {
"type": "number",
"description": "High price"
},
"open": {
"type": "number",
"description": "Open price"
},
"time": {
"type": "string",
"format": "date-time",
"description": "Candle timestamp (UTC)"
},
"close": {
"type": "number",
"description": "Close price"
}
}
},
"description": "OHLC bars, oldest first"
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "UTC timestamp the upstream was queried"
},
"vs_currency": {
"type": "string",
"description": "Currency the candles are quoted in"
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x32793F68dC2EA26BBC75eB900DA120069e8B6d02",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "5000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://coingecko.use.x402atlas.com/markets",
"mimeType": "application/json",
"description": "Top crypto coins ranked by market cap — paginated market data (price, market-cap rank, symbol) in any currency, CoinGecko-sourced.",
"serviceName": "CoinGecko Crypto Price & Data"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"page": 1,
"per_page": 10,
"vs_currency": "usd"
}
},
"output": {
"type": "json",
"example": {
"page": 1,
"markets": [
{
"id": "bitcoin",
"name": "Bitcoin",
"symbol": "btc",
"current_price": 67000,
"market_cap_rank": 1
}
],
"per_page": 10,
"queried_at": "2026-06-08T12:00:00Z",
"vs_currency": "usd"
}
}
},
"tags": [
"crypto",
"market-data",
"market-cap",
"ranking",
"top-coins",
"tokens",
"coingecko"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"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",
"default": 1,
"maximum": 1000,
"minimum": 1,
"description": "Page number, 1-1000 (default: 1)"
},
"per_page": {
"type": "integer",
"default": 50,
"maximum": 250,
"minimum": 1,
"description": "Rows per page, 1-250 (default: 50)"
},
"vs_currency": {
"type": "string",
"default": "usd",
"description": "Target currency code (default: usd)"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"vs_currency",
"page",
"per_page",
"markets"
],
"properties": {
"page": {
"type": "integer",
"description": "Page number returned"
},
"markets": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"symbol",
"name"
],
"properties": {
"id": {
"type": "string",
"description": "CoinGecko coin id slug"
},
"ath": {
"type": "number",
"description": "All-time high price"
},
"name": {
"type": "string",
"description": "Coin name"
},
"image": {
"type": "string",
"description": "URL of the coin's logo image"
},
"symbol": {
"type": "string",
"description": "Ticker symbol"
},
"low_24h": {
"type": "number",
"description": "24h low price"
},
"high_24h": {
"type": "number",
"description": "24h high price"
},
"market_cap": {
"type": "number",
"description": "Market cap"
},
"max_supply": {
"type": "number",
"description": "Max supply"
},
"total_supply": {
"type": "number",
"description": "Total supply"
},
"total_volume": {
"type": "number",
"description": "24h trading volume"
},
"current_price": {
"type": "number",
"description": "Current price"
},
"ath_change_pct": {
"type": "number",
"description": "Percent change from all-time high"
},
"market_cap_rank": {
"type": "integer",
"description": "Rank by market cap"
},
"circulating_supply": {
"type": "number",
"description": "Circulating supply"
},
"price_change_pct_24h": {
"type": "number",
"description": "Price change percent over 24h"
}
}
},
"description": "Coins ranked by market cap, descending"
},
"per_page": {
"type": "integer",
"description": "Rows per page returned"
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "UTC timestamp the upstream was queried"
},
"vs_currency": {
"type": "string",
"description": "Currency the figures are quoted in"
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 24h window selected here. Every series is also served as JSON at /api/v1/services/coingecko-crypto-price-data-x402-atlas/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 6 endpoints. Use the selector to isolate one.
Shared payout address (19 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service figure is attributed, the assessment block and the ranking, it is the address total divided pro-quota by the 20 services sharing it: a declared convention, not an individually observed measure.
Shared payout address (19 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service buyer count is attributed, the assessment block and the ranking, it is divided pro-quota by the 20 services sharing the address and can be fractional: a declared convention, not an individually observed measure.
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-crypto-price-data-x402-atlas?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/coingecko-crypto-price-data-x402-atlas.svg" alt="CoinGecko Crypto Price & Data (x402 Atlas) listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/coingecko-crypto-price-data-x402-atlas?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/coingecko-crypto-price-data-x402-atlas?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/coingecko-crypto-price-data-x402-atlas.svg?data=uptime" alt="CoinGecko Crypto Price & Data (x402 Atlas) uptime on x402-list" height="28"> </a>