+ defi-token-price

> DeFi token price

// Returns current price and market data for DeFi tokens across DEXs

defipricetokenreal-time

Returns current price and market data for DeFi tokens across DEXs. Agents can request it by capability ID defi.token_price, or by plain intent — EntRoute resolves phrases like “token price”, “defi price” and “dex price” to this capability.

EntRoute currently lists 10+ endpoints from 4 providers for defi.token_price, priced from $0.001 to $0.008 per call, settled in USDC on Base. The quickest responds in about 17ms 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.

"token price" "defi price" "dex price" "onchain price"
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "defi.token_price"}'
// endpoints.json
10 results
$0.0010
https://mcpfax-markets.bowling-anthony.workers.dev/defi/token-prices
success: 100%
latency: 24ms
$0.0030
https://api.oblique.markets/api/v1/paid/token-metrics
success: 100%
latency: 17ms
$0.0050
https://api.x402node.dev/chain/dex-price
success: 100%
latency: 29ms
#4 Httpay listed
$0.0050
https://httpay.xyz/api/token-price/ETH
success: 100%
latency: 45ms
#5 Httpay listed
$0.0050
https://httpay.xyz/api/token-price/NOTAREALCOIN
success: 100%
latency: 47ms
$0.0080
https://api.x402node.dev/market/support-resistance
success: 100%
latency: 31ms
#7 Httpay listed
$0.0010
https://httpay.xyz/api/gateway/coingecko/%7B*path%7D
success: 100%
latency: 143ms
#8 Httpay listed
$0.0080
https://httpay.xyz/api/trending-tokens
success: 100%
latency: 38ms
$0.0080
https://api.x402node.dev/prices/change
success: 100%
latency: 41ms
$0.0080
https://api.x402node.dev/prices/chart
success: 100%
latency: 50ms
// integrate.md

Use this capability in your agent or application:

// faq

Frequently asked questions about DeFi token price

How much does a defi token price API call cost?

Endpoints listed for defi.token_price on EntRoute are priced from $0.001 to $0.008 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 defi token 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 Base), and retries the request with proof of payment. The whole exchange takes seconds and needs no human approval.

How many providers offer defi token price?

10+ endpoints are currently listed for defi.token_price across 4 providers. That number moves as endpoints are added and as failing ones are demoted.

Are these defi token 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.