C

Crypto Token Price Data · Token Price

by Crypto Token Price Data

GETBase

$0.01

per call · USD Coin on Base

Crypto token price and market data. Returns the live price of one or many tokens by coin id or ticker symbol, in a chosen vs-currency, with market cap, 24-hour volume, and 24-hour price change. For crypto price lookups, portfolio valuation, and market data feeds. Keyless, via CoinPaprika.

Endpoint

GET https://api.kadec0.xyz/v1/token-price

7

Calls / 30d

2

Unique payers / 30d

Sep 10

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://api.kadec0.xyz/v1/token-price", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.kadec0.xyz/v1/token-price?ids=bitcoin%2Cethereum&vs=usd" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "count": 1,
  "items": [
    {
      "ath": 126080,
      "change24h": -0.82,
      "change7d": -0.71,
      "id": "bitcoin",
      "marketCap": 1276497335142,
      "marketCapRank": 1,
      "name": "Bitcoin",
      "price": 63533,
      "symbol": "BTC",
      "type": "token_price",
      "volume24h": 16266799969
    }
  ]
}

Payment details

Pay to0x4df66b6c140778fe0717880a7c6dde5ea53acdea
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Crypto Token Price Data & similar services