BlockchainLive

Crypto Token Price

Current spot price and market data for crypto assets.

$0.00138USDC per call · settled on Base · no subscription, no API key

Overview

Current spot price and market data for crypto assets. Pass ids as comma-separated CoinGecko asset ids (e.g. bitcoin, ethereum, solana, usd-coin — lowercase id, not ticker symbol; up to 25 per call) and optionally vs (comma-separated fiat/crypto quote currencies, default usd). Returns per-asset price, market cap, 24h volume, and 24h percent change, plus the data timestamp. Live market data past any training cutoff. Price data by CoinGecko.

Endpoint

MethodEndpointPriceDescription
GET/v1/marketplace/api/crypto-token-price$0.00138Invoke Crypto Token Price (Blockchain) and return the upstream response.

How to call it

Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.

# 1. Ask for a quote
curl -i https://api.jarvisclaw.ai/v1/marketplace/api/crypto-token-price

# 2. Pay it (the SDK signs and retries for you)
curl -H "X-PAYMENT: <signed-payload>" https://api.jarvisclaw.ai/v1/marketplace/api/crypto-token-price
Open in the marketplace

Docs: Getting started · x402 payments · x402 discovery · All APIs