Available tools
Discovery
Prices
Wallets
Holdings & PnL
Tokens & assets
Hyperliquid trading data has its own five tools — see Hyperliquid.
Every tool names its own docs
Each realtime tool’s description ends with abrowse_docs path pointing at the REST endpoint’s full documentation — supported chains, edge cases, pagination, and response shape.
Batching
Most realtime tools take a list of targets in one call, but the field name isn’t the same everywhere — check the tool’s input schema, or this table:Tool usage
Latest prices
One tool handles single and batch lookups — pass one entry or many inpayloads.
with_liquidity_info: true adds total_liquidity_usd. See token liquidity filtering for when that matters.
Price history
cursor parameter.
Wallet balances
Transactions
DeFi positions
Holdings and PnL
realtime_holdings_history gives aggregated USD holdings over time. The four PnL tools split along two axes: current versus historical, and whole-wallet versus per-token.
_history variants take start_timestamp, end_timestamp, and granularity alongside addresses. Of the holdings tools, only realtime_holdings_history paginates — the PnL history tools return their full range in one response.
SQL or realtime?
Use realtime tools
Current state, a specific wallet or token, recent history. Single-digit-second responses, no query queue.
Use SQL
Aggregations across many addresses, full history, joins across verticals, anything you want to chart. See SQL & queries.
All realtime tools except
realtime_get_supported_chains consume Developer Units, at 20–60 DU per call, multiplied by the number of batched inputs. See Billing & limits.Related resources
Realtime APIs
The REST endpoints behind these tools
Prices API
Full prices reference
Wallets API
Full wallets reference
Hyperliquid tools
Perps info, fills, orders, orderbooks