, so every page shipped two description tags and crawlers read this generic one instead of the page's own. Each route sets its own. --> %sveltekit.head%
+ cryptocurrency-price

> Cryptocurrency price

// Returns current cryptocurrency price and market data

financecryptopricereal-time

Returns current cryptocurrency price and market data. Agents can request it by capability ID finance.crypto_price, or by plain intent — EntRoute resolves phrases like “crypto price”, “bitcoin price” and “ethereum price” to this capability.

EntRoute currently lists 4 endpoints from 3 providers for finance.crypto_price, priced from $0.0001 to $0.1 per call, settled in USDC on Polygon and Base. The quickest responds in about 142ms at the 95th percentile. Every endpoint below is re-probed every 10 minutes for a valid 402 payment challenge; the ordering blends measured success rate, latency and price rather than provider claims.

// aliases.json

These phrases resolve to this capability with intent-based discovery.

"crypto price" "bitcoin price" "ethereum price" "token price"
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "finance.crypto_price"}'
// endpoints.json
4 results
#1 Loky AI listed
$0.0001
https://lokyai.com/api/v1/crypto-market
success: N/A
latency: 245ms
#2 Canza listed
$0.1000
https://api.canza.app/token/address
success: 25%
latency: 142ms
$0.1000
https://api.questflow.ai/coingecko
success: 25%
latency: 204ms
$0.1000
https://api.questflow.ai/dexscreener
success: 25%
latency: 223ms
// integrate.md

Use this capability in your agent or application:

// faq

Frequently asked questions about Cryptocurrency price

How much does a cryptocurrency price API call cost?

Endpoints listed for finance.crypto_price on EntRoute are priced from $0.0001 to $0.1 per call. Payment is per request — there is no subscription, account or API key. Prices shown are read from each endpoint's live 402 response, not from a provider-supplied catalogue.

How do AI agents pay for cryptocurrency price endpoints?

Via the x402 protocol. The agent calls the endpoint, receives an HTTP 402 Payment Required response describing the price and recipient, signs a stablecoin payment (USDC on Polygon and Base), and retries the request with proof of payment. The whole exchange takes seconds and needs no human approval.

How many providers offer cryptocurrency price?

4 endpoints are currently listed for finance.crypto_price across 3 providers. That number moves as endpoints are added and as failing ones are demoted.

Are these cryptocurrency price endpoints verified?

Each one is probed every 10 minutes to confirm it still returns a well-formed 402 challenge on a payable network. Endpoints whose 7-day success rate drops below 50% are moved out of the ranked list into fallbacks with an explicit exclusion reason, so an agent can decide whether to retry them.