A

ApiToll Crypto Prices · Crypto Price

by ApiToll Crypto Prices

GETBaseSolana

$0.001

per call · USD Coin on Base

Latest crypto token prices by ticker symbol, CoinGecko id, or chain:address (BTC, ETH, SOL, or base:0x…): current spot price, token symbol, decimals, and a confidence score, for up to 50 coins in one call. Pass ?at=<unix> for the historical price at a point in time. Sourced from DefiLlama across every major chain.

Endpoint

GET https://crypto.apitoll.cloud/v1/crypto/price

484

Calls / 30d

29

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://crypto.apitoll.cloud/v1/crypto/price", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://crypto.apitoll.cloud/v1/crypto/price?coins=BTC%2CETH%2CSOL" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "asOf": "2026-06-15T08:00:00Z",
  "count": 3,
  "historical": false,
  "prices": [
    {
      "confidence": 0.99,
      "decimals": null,
      "key": "coingecko:bitcoin",
      "price": 65517.56,
      "query": "BTC",
      "resolved": true,
      "symbol": "BTC",
      "timestamp": 1781516766
    }
  ],
  "requested": 3,
  "source": {
    "name": "DefiLlama"
  },
  "unresolved": []
}

Payment details

Pay to0x3da40a9ad36640a2c0f533bac368490095574664
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

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

Get featured →

More from ApiToll Crypto Prices & similar services