> DeFi token price
// Returns current price and market data for DeFi tokens across DEXs
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 50+ endpoints from 16 providers for defi.token_price, priced from $0.001 to $0.5 per call, settled in USDC on Base. The quickest responds in about 16ms 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.
These phrases resolve to this capability with intent-based discovery.
curl -X POST https://api.entroute.com/discover \ -H "Content-Type: application/json" \ -d '{"capability_id": "defi.token_price"}'
https://x402-services-production.up.railway.app/api/crypto/price https://httpay.xyz/api/token-price/ETH https://x402-services-production.up.railway.app/api/analytics/ohlcv https://httpay.xyz/api/gateway/coingecko/%7B*path%7D https://api.x402node.dev/market/ohlcv https://api.x402node.dev/market/token-momentum https://httpay.xyz/api/trending-tokens https://httpay.xyz/api/token-price/NOTAREALCOIN https://x402-services-production.up.railway.app/api/catalysts/governance https://api.x402node.dev/market/indicators https://api.x402node.dev/market/price-multi https://api.x402node.dev/finance/crypto https://api.x402node.dev/prices/chart https://api.x402node.dev/chain/dex-price https://api.x402node.dev/market/support-resistance https://archtools.dev/v1/tools/crypto-ohlcv https://api.x402node.dev/prices/batch https://api.x402node.dev/prices/change https://pro-api.coingecko.com/api/v3/x402/onchain/simple/networks/eth/token_price/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 https://api-production-54bd.up.railway.app/v1/atr https://api.x402node.dev/chain/chainlink-price https://pro-api.coingecko.com/api/v3/x402/onchain/simple/networks/base/token_price/0x00e57ec29ef2ba7df07ad10573011647b2366f6d https://pro-api.coingecko.com/api/v3/x402/onchain/simple/networks/base/token_price/0x4200000000000000000000000000000000000006 https://pro-api.coingecko.com/api/v3/x402/onchain/simple/networks/base/token_price/ethereum https://httpay.xyz/api/stablecoin-monitor https://api.x402node.dev/prices/token https://pro-api.coingecko.com/api/v3/x402/onchain/simple/networks/base/token_price/0x008d35764dcaa84e6d71bb29cb55b40d843eda0d https://stablecrypto.dev/api/coingecko/trending https://api.x402node.dev/prices/historical https://api.x402node.dev/token/price https://pro-api.coingecko.com/api/v3/x402/onchain/simple/networks/eth/token_price/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2 https://x402-api.heyelsa.ai/api/search_token {
"query": "USDC",
"chain_id": 8453
} {
"tokens": [
{
"symbol": "USDC",
"name": "USD Coin",
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"chain_id": 8453,
"decimals": 6
}
]
} https://stablecrypto.dev/api/coingecko/global https://pro-api.coingecko.com/api/v3/x402/onchain/simple/networks/base/token_price/0x00393c0b6e606ed053ee0abb5df2199f450685f1 https://api.x402node.dev/market/token-chart https://clonecho.builda.company/x402/stock-history https://x402factory.ai/base/coinprice https://api-production-54bd.up.railway.app/v1/sentiment https://x402-api.heyelsa.ai/api/get_token_price {
"token_address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"chain_id": 8453
} {
"price_usd": 1.0001,
"price_change_24h": 0.01,
"market_cap": 25000000000,
"volume_24h": 5000000000
} https://defi.hugen.tokyo/defi/price https://api.x402node.dev/finance/crypto-hist https://clonecho.builda.company/x402/coin-price-history https://clonecho.builda.company/x402/crypto-ohlc https://blockrun.ai/api/v1/pm/binance/candles/BTCUSDT https://emc2ai.io/x402/bitquery/tokenchart https://emc2ai.io/x402/bitquery/candles/raw https://aeml-x402.zeabur.app/gauge/depin-region https://api.questflow.ai/x402/agent/qrn:agent:68f8b2fbbd72982773f4b112 https://intel.hugen.tokyo/intel/token-report https://emc2ai.io/x402/bitquery/ohlcv Use this capability in your agent or application:
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.5 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?
50+ endpoints are currently listed for defi.token_price across 16 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.
Returns DeFi portfolio including token balances, LP positions, and protocol positions for a wallet
Returns a quote for swapping one token for another including price, slippage, and route
Returns a ready-to-sign transaction payload for DeFi operations like swaps, stakes, or claims
Returns available yield farming and staking opportunities with APY and risk data