$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://www.x402financialdata.com/crypto-prices3
Calls / 30d
3
Unique payers / 30d
Sep 10
Last called
exact
Payment scheme
Call this service
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://www.x402financialdata.com/crypto-prices", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://www.x402financialdata.com/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
0xe4181c7de066959bcca010525304ba68a84768e0USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from Crypto Market Data & similar services
Crypto Market Data · Crypto Prices
x402-stock-indicators.vercel.app
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.
Chain · Operations
agents.chain.link
Chainlink For Agents: execute a catalog workflow by workflow name.
Chain · Operations Submit
agents.chain.link
Chainlink For Agents: submit a signed operation payload.