Balances, UTXOs, trading fills, digital asset metadata, and AI agent reputation indexed across Hyperliquid, Bitcoin, Ethereum, Solana, and 15+ EVM chains. Query from your existing Quicknode endpoint.
Wallet history. Trading data. Digital assets. Agent reputation. Queryable APIs with no indexer to manage.
500B+ rows of Hyperliquid trading data across 45+ tables: trades, fills, outcome markets, funding rates, liquidations, and builder activity. Query in the dashboard editor or programmatically via REST endpoint.
| 1 | -- Top liquidations · 24h |
| 2 | SELECT coin, sum(price * size) AS volume |
| 3 | FROM hyperliquid_fills |
| 4 | WHERE is_liquidation = 1 |
| 5 | GROUP BY coin ORDER BY volume DESC |
| # | coin | volume_usd |
|---|---|---|
| 1 | BTC | 14,820,394 |
| 2 | ETH | 9,210,883 |
| 3 | SOL | 4,103,228 |
Address balances, full transaction history, UTXOs, and xpub lookups across Bitcoin, Ethereum, Litecoin, Bitcoin Cash, Zcash, and Dogecoin. Activate from the dashboard and use via JSON-RPC.
// bb_getAddress { "chain": "bitcoin", "address": "0x742d…f0Eb" }
Query standard and compressed NFTs, MPL Core assets, fungible tokens, and Token 2022 assets. Fetch single assets, query by owner or collection. Full metadata and ownership included.
// getAssetsByOwner { "ownerAddress": "7xKXtg2C…gAsU" }
Indexed inscriptions, runes, and satoshi data on Bitcoin. Query by inscription ID, satoshi, owner, block, or rune. Outputs, transfers, and ownership history all included via the JSON-RPC API.
ord_getInscription · a1b2…9f3c
Onchain agent registry indexed across 15 EVM mainnets and 11 testnets. Pull capability declarations, reputation scores, and verification status before routing work to an agent you have not vetted.
// erc8004_getAgent "agentId": "agent://qn/trading-bot-v3"
Not sure which product fits, or need something you don't see here? We'd love to learn more about what you're building.
Access indexed blockchain data with your existing Quicknode account. One API key. One credit pool. Activate, query, ship.
Specifics on what's indexed, how billing works, and which product fits which job.Still have questions? Contact support.
What is indexed blockchain data?
What chains and data types does Quicknode index?
How is this different from running my own indexer or subgraph?
Do I need a separate account or contract for each indexed data product?
How are indexed data products billed?
Is SQL Explorer production-ready while in public beta?
Can I query Hyperliquid data with SQL?
What is ERC-8004 and why does it matter for AI agents?
Which indexed data product should I use for my use case?
Real-time Solana gRPC streamingNow included on Scale and Business plans
See what changed