Use AgentRouter to quote token prices, inspect wallets, run analytics, and execute RPC-style onchain data workflows through one routed API.
11
Live Providers
42
Live Routes
10 credits ($0.01)
Price Quote
3 credits ($0.003)
Wallet Balances
The chain catalog currently exposes 16 capabilities for AI agents. Price Quote currently starts at 10 credits ($0.01), and wallet balances currently starts at 3 credits ($0.003).
Availability Note
18 chain routes are live now. QuickNode MPP and the current Nansen smart-money routes remain temporarily unavailable on the staged surface.
What Is Blockchain & Onchain Data?
Agent onchain data is the operational layer that lets an AI agent inspect token prices, wallet balances, transactions, analytics, and RPC-style blockchain data through one routed domain.
Onchain workflows usually fragment across token search, pricing, wallet indexing, analytics, and raw RPC providers. That increases routing complexity and forces the agent to own too much provider-specific fallback logic.
AgentRouter keeps those jobs behind one onchain surface so the agent can recommend the right live route before execution and compare providers without changing its capability contract.
Top Scenarios
Ask for current price or historical context when the agent needs market data before taking action.
CoinGecko
MPP
10 credits ($0.01)
Zapper
Direct
1125 credits ($1.125)
Allium
MPP
20000 credits ($20)
Market snapshots, monitoring, and token analysis
Coverage: 2 capabilities · 6 live routes
Read wallet state when the workflow depends on balances, transfers, or account activity.
OneSource
Direct
3 credits ($0.003)
Zapper
Direct
1125 credits ($1.125)
Allium
MPP
10000 credits ($10)
Portfolio views, wallet agents, and account monitoring
Coverage: 3 capabilities · 9 live routes
Resolve assets, contracts, or named entities before deeper chain analysis.
SLAMai
Direct
2 credits ($0.002)
Codex
MPP
10 credits ($0.01)
CoinGecko
MPP
10 credits ($0.01)
Asset lookup, contract discovery, and normalization
Coverage: 3 capabilities · 10 live routes
Use analytics and raw chain access routes when the workflow needs more than a token or wallet summary.
Conduit
MPP
1 credit ($0.001)
Alchemy
MPP
10 credits ($0.01)
Codex
MPP
10 credits ($0.01)
Custom chain analysis, dashboards, and advanced agent logic
Coverage: 2 capabilities · 6 live routes
Provider Comparison
The rows below are derived from the live route catalog currently exposed through AgentRouter.
| Provider | Best For | Key Capabilities | Starting Price | Available Via |
|---|---|---|---|---|
C Conduit Covers RPC Call through the live routed catalog. 1 live routes | RPC Call | RPC Call Modes: Managed | 1 credit ($0.001) | MPP |
S SLAMai Covers Token Search through the live routed catalog. 1 live routes | Token Search | Token Search Modes: Managed | 2 credits ($0.002) | Direct |
Quick Start
Get an API key, ask AgentRouter to recommend the best route for the job, and execute through one shared wallet instead of wiring each provider separately.
Step 1
Enable the API once
Create one AgentRouter API key that can be reused across all live domains and capabilities.
Step 2
Recommend the route
Let AgentRouter compare the current routes, prices, and route availability before the first execute call.
Step 3
Execute the capability
Run the selected workflow through the chosen route while AgentRouter handles pricing, wallet debits, and upstream settlement.
Works with
Pricing By Task
These examples translate the current live route prices into workflow questions operators usually evaluate before shipping a domain into an agent.
| Task | Route | Price | Notes |
|---|---|---|---|
| Quote one token price | CoinGecko (chain.price.quote.coingecko.mpp) | 10 credits ($0.01) | Return a current token quote on the selected chain. |
| Pull one wallet balance set | OneSource (chain.wallet.balances.onesource) | 3 credits ($0.003) | Inspect the current balance surface for a wallet. |
| List one wallet transaction set | Zapper (chain.wallet.transactions.zapper) | 1125 credits ($1.125) | Use for account history or monitoring workflows. |
| Run one analytics query | Codex (chain.analytics.query.codex.mpp) | 10 credits ($0.01) | Best when the agent needs structured analytical output. |
| Execute one RPC-style chain call | Conduit (chain.rpc.call.conduit.mpp) | 1 credit ($0.001) |
Why AgentRouter
Recommendation happens before execution, so the agent can compare current route supply and pricing instead of hard-coding one provider forever. The same routed contract stays stable even as provider coverage or transport paths change underneath.
FAQ
It is the routed layer that lets an AI agent query token, wallet, analytics, and RPC-style blockchain data through one onchain domain.
Yes. The chain domain groups token pricing, wallet state, analytics, and RPC-style routes behind one routed surface.
Use analytics-query when the workflow wants structured analytical results. Use rpc-call when the agent needs lower-level raw chain access.
No. AgentRouter recommends and executes the currently live chain routes through one wallet and one routed API layer.
Reference
Use the capability browser below when you want contract-level detail: endpoints, live example modals, route breakdowns, and exact route prices.
| Capability | Endpoints | Price |
|---|---|---|
rpc.call Execute a blockchain JSON-RPC request. | GET /api/agentic-api/domains/chain/capabilities/rpc-callRead the capability contract, current lifecycle status, and machine-readable metadata for this chain workflow. | Free |
POST /api/agentic-api/domains/chain/capabilities/rpc-call/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/chain/capabilities/rpc-call/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 1 route in this breakdown are temporarily unavailable. | ||
token.search Search tokens by name, symbol, contract metadata, or curated provider token lists. | GET /api/agentic-api/domains/chain/capabilities/token-searchRead the capability contract, current lifecycle status, and machine-readable metadata for this chain workflow. | Free |
POST /api/agentic-api/domains/chain/capabilities/token-search/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/chain/capabilities/token-search/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
token.get Resolve one token by contract or identifier and return token metadata. | GET /api/agentic-api/domains/chain/capabilities/token-getRead the capability contract, current lifecycle status, and machine-readable metadata for this chain workflow. | Free |
POST /api/agentic-api/domains/chain/capabilities/token-get/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/chain/capabilities/token-get/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
price.quote Get current token or coin prices. | GET /api/agentic-api/domains/chain/capabilities/price-quoteRead the capability contract, current lifecycle status, and machine-readable metadata for this chain workflow. | Free |
POST /api/agentic-api/domains/chain/capabilities/price-quote/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/chain/capabilities/price-quote/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
price.history Get historical token or coin price series. | GET /api/agentic-api/domains/chain/capabilities/price-historyRead the capability contract, current lifecycle status, and machine-readable metadata for this chain workflow. | Free |
POST /api/agentic-api/domains/chain/capabilities/price-history/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/chain/capabilities/price-history/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
transaction.explain Fetch and explain one onchain transaction in human-readable terms. | GET /api/agentic-api/domains/chain/capabilities/transaction-explainRead the capability contract, current lifecycle status, and machine-readable metadata for this chain workflow. | Free |
POST /api/agentic-api/domains/chain/capabilities/transaction-explain/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/chain/capabilities/transaction-explain/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
transaction.simulate Simulate one serialized transaction without broadcasting it. | GET /api/agentic-api/domains/chain/capabilities/transaction-simulateRead the capability contract, current lifecycle status, and machine-readable metadata for this chain workflow. | Free |
POST /api/agentic-api/domains/chain/capabilities/transaction-simulate/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/chain/capabilities/transaction-simulate/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
token.risk Analyze one token for safety, authority, liquidity, and holder-concentration risk. | GET /api/agentic-api/domains/chain/capabilities/token-riskRead the capability contract, current lifecycle status, and machine-readable metadata for this chain workflow. | Free |
POST /api/agentic-api/domains/chain/capabilities/token-risk/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/chain/capabilities/token-risk/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
name.resolve Resolve an ENS name, basename, or wallet-linked social identity into the current onchain address context, or reverse-resolve an address into its best-known identity records. | GET /api/agentic-api/domains/chain/capabilities/name-resolveRead the capability contract, current lifecycle status, and machine-readable metadata for this chain workflow. | Free |
POST /api/agentic-api/domains/chain/capabilities/name-resolve/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/chain/capabilities/name-resolve/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
nft.metadata Fetch NFT token or collection metadata, traits, media, and image URIs. | GET /api/agentic-api/domains/chain/capabilities/nft-metadataRead the capability contract, current lifecycle status, and machine-readable metadata for this chain workflow. | Free |
POST /api/agentic-api/domains/chain/capabilities/nft-metadata/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/chain/capabilities/nft-metadata/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
wallet.balances Get current wallet balances, portfolio totals, or balance slices such as tokens, DeFi positions, or NFTs. | GET /api/agentic-api/domains/chain/capabilities/wallet-balancesRead the capability contract, current lifecycle status, and machine-readable metadata for this chain workflow. | Free |
POST /api/agentic-api/domains/chain/capabilities/wallet-balances/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/chain/capabilities/wallet-balances/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 1 route in this breakdown are temporarily unavailable. | ||
wallet.transactions Get wallet transaction history. | GET /api/agentic-api/domains/chain/capabilities/wallet-transactionsRead the capability contract, current lifecycle status, and machine-readable metadata for this chain workflow. | Free |
POST /api/agentic-api/domains/chain/capabilities/wallet-transactions/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/chain/capabilities/wallet-transactions/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 1 route in this breakdown are temporarily unavailable. | ||
wallet.pnl Get realized or unrealized wallet profit and loss. | GET /api/agentic-api/domains/chain/capabilities/wallet-pnlRead the capability contract, current lifecycle status, and machine-readable metadata for this chain workflow. | Free |
POST /api/agentic-api/domains/chain/capabilities/wallet-pnl/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/chain/capabilities/wallet-pnl/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
smartmoney.flows Get smart-money flow or holdings intelligence. | GET /api/agentic-api/domains/chain/capabilities/smartmoney-flowsRead the capability contract, current lifecycle status, and machine-readable metadata for this chain workflow. | Free |
POST /api/agentic-api/domains/chain/capabilities/smartmoney-flows/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/chain/capabilities/smartmoney-flows/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 1 route in this breakdown are temporarily unavailable. | ||
smartmoney.trades Get smart-money trade intelligence. | GET /api/agentic-api/domains/chain/capabilities/smartmoney-tradesRead the capability contract, current lifecycle status, and machine-readable metadata for this chain workflow. | Free |
POST /api/agentic-api/domains/chain/capabilities/smartmoney-trades/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/chain/capabilities/smartmoney-trades/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 1 route in this breakdown are temporarily unavailable. | ||
entity.search Search for chain entities such as tokens, NFT collections, apps, sectors, or named actors, including ranked discovery feeds. | GET /api/agentic-api/domains/chain/capabilities/entity-searchRead the capability contract, current lifecycle status, and machine-readable metadata for this chain workflow. | Free |
POST /api/agentic-api/domains/chain/capabilities/entity-search/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/chain/capabilities/entity-search/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 1 route in this breakdown are temporarily unavailable. | ||
token.holders Get token holders, balances, and linked identity hints for one token contract. | GET /api/agentic-api/domains/chain/capabilities/token-holdersRead the capability contract, current lifecycle status, and machine-readable metadata for this chain workflow. | Free |
POST /api/agentic-api/domains/chain/capabilities/token-holders/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/chain/capabilities/token-holders/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
trade.feed Get a live or recent feed of onchain swap or trade activity. | GET /api/agentic-api/domains/chain/capabilities/trade-feedRead the capability contract, current lifecycle status, and machine-readable metadata for this chain workflow. | Free |
POST /api/agentic-api/domains/chain/capabilities/trade-feed/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/chain/capabilities/trade-feed/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
analytics.query Run provider-native analytics or query surfaces over blockchain datasets. | GET /api/agentic-api/domains/chain/capabilities/analytics-queryRead the capability contract, current lifecycle status, and machine-readable metadata for this chain workflow. | Free |
POST /api/agentic-api/domains/chain/capabilities/analytics-query/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/chain/capabilities/analytics-query/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. |
Related Pages
AgentRouter landing page
Browse all live domains, top API cards, and route coverage across the platform.
Install and auth
Enable AgentRouter, create the API key, and connect the shared wallet flow.
Phone, SMS & Voice domain
Create managed phone agents, provision numbers, inspect conversations and calls, and keep telephony workflows behind one supplier-neutral phone domain.
Physical Mail domain
Quote letters, send physical mail, poll fulfillment status, and send postcards through one routed post domain.
O OneSource Covers Name Resolve, NFT Metadata, Wallet Balances through the live routed catalog. 4 live routes |
| Name Resolve and NFT Metadata |
Name Resolve, NFT Metadata, Wallet Balances Modes: Managed |
3 credits ($0.003) |
| Direct |
A Alchemy Covers RPC Call through the live routed catalog. 1 live routes | RPC Call | RPC Call Modes: Managed | 10 credits ($0.01) | MPP |
C Codex Covers Token Get, Analytics Query through the live routed catalog. 2 live routes | Token Get and Analytics Query | Token Get, Analytics Query Modes: Managed | 10 credits ($0.01) | MPP |
C CoinGecko Covers Token Search, Token Get, Price Quote, Price History through the live routed catalog. 5 live routes | Token Search and Token Get | Token Search, Token Get, Price Quote, Price History +1 more Modes: Managed | 10 credits ($0.01) | MPP |
D Dune Covers Analytics Query through the live routed catalog. 1 live routes | Analytics Query | Analytics Query Modes: Managed | 10 credits ($0.01) | MPP |
T Tempo RPC Covers RPC Call through the live routed catalog. 1 live routes | RPC Call | RPC Call Modes: Managed | 10 credits ($0.01) | MPP |
O OATP Covers Transaction Explain, Transaction Simulate, Token Risk through the live routed catalog. 3 live routes | Transaction Explain and Transaction Simulate | Transaction Explain, Transaction Simulate, Token Risk Modes: Managed | 100 credits ($0.10) | Direct |
Z Zapper Covers Price Quote, Price History, Transaction Explain, Name Resolve through the live routed catalog. 16 live routes | Price Quote and Price History | Price Quote, Price History, Transaction Explain, Name Resolve +6 more Modes: Managed | 1125 credits ($1.125) | Direct |
A Allium Covers Token Search, Token Get, Price Quote, Price History through the live routed catalog. 7 live routes | Token Search and Token Get | Token Search, Token Get, Price Quote, Price History +3 more Modes: Managed | 10000 credits ($10) | MPP |
| Use when the workflow needs lower-level chain access. |
Pricing note: 1000 credits = $1 USD. Raw API responses still return numeric credit fields such as creditsCharged.