Use AgentRouter to quote token prices, inspect wallets, run analytics, and execute RPC-style onchain data workflows through one routed API.
6
Live Providers
18
Live Routes
10 credits ($0.01)
Price Quote
10 credits ($0.01)
Wallet Balances
The live chain catalog currently exposes 10 capabilities for AI agents. Price Quote currently starts at 10 credits ($0.01), and wallet balances currently starts at 10 credits ($0.01).
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.
Allium
MPP
10 credits ($0.01)
CoinGecko
MPP
10 credits ($0.01)
Market snapshots, monitoring, and token analysis
Coverage: 2 capabilities · 4 live routes
Read wallet state when the workflow depends on balances, transfers, or account activity.
Wallet Balances
Allium
10 credits ($0.01)
Wallet Transactions
Allium
10 credits ($0.01)
Wallet PnL
Allium
10 credits ($0.01)
Portfolio views, wallet agents, and account monitoring
Coverage: 3 capabilities · 3 live routes
Resolve assets, contracts, or named entities before deeper chain analysis.
Allium
MPP
10 credits ($0.01)
Codex
MPP
10 credits ($0.01)
CoinGecko
MPP
10 credits ($0.01)
Asset lookup, contract discovery, and normalization
Coverage: 3 capabilities · 6 live routes
Use analytics and raw chain access routes when the workflow needs more than a token or wallet summary.
Alchemy
MPP
10 credits ($0.01)
Allium
MPP
10 credits ($0.01)
Codex
MPP
10 credits ($0.01)
Custom chain analysis, dashboards, and advanced agent logic
Coverage: 2 capabilities · 5 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 |
|---|---|---|---|---|
A Alchemy Covers RPC Call through the live routed catalog. 1 live routes | RPC Call | RPC Call Modes: Managed | 10 credits ($0.01) | MPP |
A Allium Covers Token Search, Token Get, Price Quote, Price History through the live routed catalog. 8 live routes | Token Search and Token Get | Token Search, Token Get, Price Quote, Price History +4 more Modes: Managed | 10 credits ($0.01) |
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 | Allium (chain.price.quote.allium.mpp) | 10 credits ($0.01) | Return a current token quote on the selected chain. |
| Pull one wallet balance set | Allium (chain.wallet.balances.allium.mpp) | 10 credits ($0.01) | Inspect the current balance surface for a wallet. |
| List one wallet transaction set | Allium (chain.wallet.transactions.allium.mpp) | 10 credits ($0.01) | Use for account history or monitoring workflows. |
| Run one analytics query | Allium (chain.analytics.query.allium.mpp) | 10 credits ($0.01) | Best when the agent needs structured analytical output. |
| Execute one RPC-style chain call | Alchemy (chain.rpc.call.alchemy.mpp) | 10 credits ($0.01) | Use when the workflow needs lower-level chain access. |
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, or contract metadata. | 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. | ||
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. | ||
wallet.balances Get current wallet token balances. | 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. 1 route 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, sectors, or named actors. | 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. | ||
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.
Web Crawl & Extraction domain
Fetch, scrape, extract, crawl, map, browse, and screenshot public pages through one routed surface.
| 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 |
Pricing note: 1000 credits = $1 USD. Raw API responses still return numeric credit fields such as creditsCharged.