C

Crypto Market Data · Crypto Prices

by Crypto Market Data

GETBaseSolana

$0.005

per call · USD Coin on Base

Real crypto market data in one batched call: price, market cap, market-cap rank, 24h volume/high/low/change, circulating/total/max supply, and all-time-high with date -- for BTC, ETH, SOL, and 17+ other major coins by ticker. Richer than a plain price feed: most stock-data APIs' crypto tickers report null market cap. From CoinGecko. $0.005/call.

Endpoint

GET https://x402-stock-indicators.vercel.app/crypto-prices

2

Calls / 30d

2

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://x402-stock-indicators.vercel.app/crypto-prices", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://x402-stock-indicators.vercel.app/crypto-prices?symbols=BTC%2CETH%2CSOL" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "as_of": "2026-07-30",
  "coins": [
    {
      "ath": 126080,
      "ath_change_pct": -49.1701,
      "ath_date": "2025-10-06T10:57:42.000Z",
      "change_24h": 253.14,
      "change_24h_pct": 0.7,
      "circulating_supply": 20063068,
      "coingecko_id": "bitcoin",
      "high_24h": 64660,
      "last_updated": "2026-07-30T03:40:20.000Z",
      "low_24h": 63247,
      "market_cap": 1285707905419,
      "market_cap_rank": 1,
      "max_supply": 21000000,
      "name": "Bitcoin",
      "price": 64086,
      "symbol": "BTC",
      "total_supply": 20063103,
      "volume_24h": 28246728640
    }
  ],
  "errors": [],
  "source": "coingecko",
  "vs_currency": "usd"
}

Payment details

Pay to0xe4181c7de066959bcca010525304ba68a84768e0
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

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

Get featured →

More from Crypto Market Data & similar services