Overview
Realtime API tools provide access to current and historical blockchain data without writing SQL queries. These tools are optimized for common use cases like price lookups, wallet balances, and transaction history.Available Tools
| Tool Name | Description |
|---|---|
realtime_get_token_price | Get the latest price for a token on a specific chain |
realtime_get_multiple_token_prices | Get latest prices for multiple tokens across chains |
realtime_get_token_price_history | Get historical price data for a token with time-series data (OHLCV) |
realtime_get_token_price_stats | Get price statistics including 24h/1h high/low and percent changes |
realtime_get_token_price_at_timestamp | Get token price at a specific historical timestamp |
realtime_get_wallet_balances | Get current token balances for a wallet address on a specific chain |
realtime_get_multi_chain_balances | Get token balances across multiple chains for the same address |
realtime_get_wallet_transactions | Get transaction history for wallet addresses |
realtime_get_wallet_historical_balances | Get historical token balances over a time range |
Tool Usage
Token Prices
Get Current Price
Get the latest price for a single token:Get Multiple Prices
Get latest prices for multiple tokens at once:Get Price History
Get historical price data with time-series (OHLCV):15s, 1m, 5m, 1h, 1d