Skip to main content

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 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):
Granularity options: 15s, 1m, 5m, 1h, 1d

Get Price Statistics

Get price statistics including 24h/1h highs/lows and percent changes:

Get Price at Timestamp

Get token price at a specific historical timestamp:

Wallet Data

Get Current Balances

Get current token balances for a wallet address:

Get Multi-Chain Balances

Get balances across multiple chains for the same address:

Get Transaction History

Get transaction history for wallet addresses:
Note: Maximum 20 addresses per request.

Get Historical Balances

Get historical token balances over a time range:

Realtime APIs

REST API documentation for Realtime APIs

Prices API

Detailed prices API reference

Wallets API

Detailed wallets API reference