C

CoinGecko Crypto Price & Data · Coin

by CoinGecko Crypto Price & Data

GETBaseSolanaArbitrumPolygon

$0.005

per call · USD Coin on Base

Crypto coin metadata and market data by CoinGecko id — name, symbol, market-cap rank, price, homepage and categories for any token.

Endpoint

GET https://coingecko.use.x402atlas.com/coin

2

Calls / 30d

1

Unique payers / 30d

Sep 1

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://coingecko.use.x402atlas.com/coin", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://coingecko.use.x402atlas.com/coin?id=bitcoin" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "categories": [
    "Cryptocurrency"
  ],
  "homepage": "https://www.bitcoin.org",
  "id": "bitcoin",
  "image": "https://assets.coingecko.com/coins/images/1/large/bitcoin.png",
  "market_cap_rank": 1,
  "market_data": {
    "current_price_usd": 67000,
    "market_cap_usd": 1300000000000
  },
  "name": "Bitcoin",
  "queried_at": "2026-06-08T12:00:00Z",
  "symbol": "btc"
}

Payment details

Pay to0x32793f68dc2ea26bbc75eb900da120069e8b6d02
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon
Schemesexact

Is this your API?

Pin it to the top of Market Data and the homepage with a featured placement.

Get featured →

More from CoinGecko Crypto Price & Data & similar services