Blockchain data infrastructure

Stream every block.Index every event.

Pinax runs the streaming and indexing infrastructure for web3 — Firehose, Substreams, the Pinax API and dedicated databases. Built for apps, indexers and the AI agents that are about to read every chain.

// Firehose
Live block stream
streaming
12 481blocks / sec
47chains live
2.4 msavg latency
// Substreams
Parallel pipeline
3.2M events / s
raw_blocks
source
extract_logs
map · parallel
decode_swaps
map
store
sink → ClickHouse
Active since
2018
Trusted by the community
Multichain
47
Chains supported
Serving over
350TB
of data, daily
// Powering teams building across every chain
Solana
The Graph
Ethereum
HyperLiquid
Base
StreamingFast
BNB
Polymarket
// Our products

Every way to read
a chain. One provider.

From archive-deep streaming to modular indexers, dedicated databases and a unified data API — Pinax is the data layer behind the apps you use.

// Pinax API · seven datasets, one API key

Pick a dataset.
Start querying in seconds.

Token, EVM, SVM, Transfers, Swaps, HyperLiquid, Polymarket — all decoded, deduplicated and unified under a single endpoint.

Token

Live and historical balances, transfers, holders, NFT metadata and prices — across EVM, SVM and TVM. The endpoint that powers wallets, AI agents and tax software.

  • Native, ERC-20, SPL, TRC-20 balances
  • OHLC, DEX prices, holder distribution
  • NFT metadata + floor + ownership
  • Stable IDs across chains
GET/v1/token/balances/evm/{address}
Top holders · USDC · Ethereum10s ago
  • #10xf977…0a128.42B
  • #20x55fE…b04F5.98B
  • #30x40B3…38014.04B
  • #40xDfd5…f81C2.61B
  • #50x28C6…1d521.85B
  • #60x4982…14a81.17B

EVM

Raw and decoded data for every EVM chain — blocks, transactions, receipts, logs, traces. Drop-in for replacing eth_getLogs at scale.

  • Blocks, txs, receipts, logs, traces
  • 30+ EVM chains, archive-deep
  • Decoded ABI events & calls
  • Bulk-pull or per-row, your call
GET/v1/evm/{chain}/logs?address=…&topic0=…
Recent blocks · Ethereum live
HeightTxsGas usedHash
21 408 39219214.2M0x9c4a…112e
21 408 39121415.8M0x88e0…41a8
21 408 39018613.4M0x712f…b07a
21 408 38924117.1M0x4d51…cc31
21 408 38815911.2M0xa017…ddf4
21 408 38720314.9M0x331e…8801

SVM

Solana Virtual Machine — programs, accounts, instructions, token mints. Decoded SPL token transfers, full slot history, no rate-limit drama.

  • Slots, blocks, transactions, instructions
  • SPL token mints, balances, transfers
  • Program account state, decoded
  • Mainnet, devnet, testnet
GET/v1/svm/solana/instructions?program={pid}
Top programs · 24h8.4M txs
  • JUP4f…Jupiter Aggregator2.41M
  • RAYer…Raydium AMM1.88M
  • Tokenkeg…SPL Token Program1.42M
  • whirL…Whirlpools982K
  • M2mx9…Magic Eden441K
  • PythP…Pyth Oracle310K

Transfers

A single, unified feed of every token movement — across every chain, every standard. Deduplicated against re-orgs. Stable schema across EVM, SVM, TVM.

  • Native + ERC-20 + SPL + TRC-20
  • Cross-chain unified schema
  • Reorg-safe, replay-safe
  • Filter by address, token, value
GET/v1/transfers?from_address={addr}&limit=100
Recent transfers · all chains live
ChainTokenFrom → ToValue
ETHUSDC0x223…→ Uni V3120 000.00
BASEWETH0x712…→ 0xab4…38.24
SOLUSDT9Aue…→ Jup4…450 000.00
POLYPOL0x4d5…→ 0x8e0…220 000.00
TRONUSDTTJ4…→ TXr…1 200 000.00
ARBARB0xa01…→ 0xbe…9 000.00

Swaps

A normalized DEX swap feed across Uniswap, Curve, Raydium, Jupiter, Aerodrome and 40+ more. Path, route, slippage and USD value — pre-decoded.

  • 40+ DEX protocols decoded
  • USD value, slippage, gas
  • Path / route, splits expanded
  • OHLCV aggregates per pair
GET/v1/swaps?pool={pair}&from_block={n}
Top swaps · 5m$84.1M volume
  • 141.4 WETH → 482,231 USDCUni V3 · $1.41M
  • 82 SOL → 16,491 USDCJupiter · $612k
  • 9.8 cbBTC → 9,8 WETHAerodrome · $480k
  • 12,400 PEPE → 0.18 WETHUni V2 · $4.2k
  • 820 LINK → 11,200 USDTCurve · $11.2k

HyperLiquid

Perp exchange data — decoded straight from the HyperLiquid L1. Funding rates, mark prices, open interest, liquidations, user PnL leaderboards.

  • Funding rates, mark + index
  • Open interest, 24h volume
  • Liquidation feed, heatmaps
  • User PnL & leaderboards
GET/v1/perps/hyperliquid/funding?market={m}
Perp funding · 1hOI $3.4B
MarketMarkFundΔ24h OI
BTC-PERP$98 412+0.0094%+$112M
ETH-PERP$3 421+0.0118%+$48M
HYPE-PERP$34.18+0.0231%+$31M
SOL-PERP$201.84−0.0042%−$18M
DOGE-PERP$0.40−0.0067%−$6M
XRP-PERP$2.41+0.0033%+$3M

Polymarket

Every market, every share traded, every resolution event — backfilled from Polymarket's genesis on Polygon. Decoded into clean YES/NO probabilities and volumes.

  • Markets, outcomes, probabilities
  • Trade-by-trade share history
  • Holder distribution per outcome
  • Resolution events & payouts
GET/v1/prediction/polymarket/markets/{id}
Hot markets · 24h$4.1M traded
  • Will BTC close above $120k by EOY?
    YES 58¢
    42¢ NO
  • Fed cuts rates by July 2026?
    YES 71¢
    29¢ NO
  • ETH ETF flows top $5B in May?
    YES 34¢
    66¢ NO
  • New AI model from Anthropic in Q2?
    YES 82¢
    18¢ NO
// AI-ready

Schemas tuned for LLMs

Structured, deduped, stable IDs across chains. Drop straight into a context window.

// Multi-VM

EVM · SVM · TVM

Ethereum, Polygon, Base, Arbitrum, Solana, TRON — one client, every VM.

// Real-time

Push or pull

REST, GraphQL, WebSockets — fork-aware, replay-safe, your call.

// Built for AI

Agents speak Pinax.
Out of the box.

Two paths to wire Pinax into your agent stack — SKILL.md manifests for one-curl skill discovery, and MCP servers for native tool calls in Claude, Cursor and anything that speaks Model Context Protocol.

~ agent.session.001connected
$curl https://api.pinax.network/SKILL.md
---
name: Pinax API
description: Real-time token, balance, transfer, holder, DEX, NFT, Polymarket, and Hyperliquid data across EVM, SVM, and TVM networks.
---

# Pinax API

> Quick reference for AI agents.
> The authoritative machine-readable
> contract is GET /openapi.

- Base URL: https://api.pinax.network
- OpenAPI: GET /openapi

## Capabilities

- Wallet balances → /v1/{evm,svm,tvm}/balances
- DEX swaps → /v1/{evm,svm,tvm}/swaps
- Hyperliquid perps → /v1/hyperliquid/markets
- Polymarket events → /v1/polymarket/markets
$
~/.claudecat claude_desktop_config.json
{
  "mcpServers": {
    "pinax": {
      "url": "https://mcp.pinax.network",
      "transport": "streamable-http",
      "headers": {
        "Authorization":
          "Bearer $PINAX_KEY"
      }
    }
  }
}

# tools exposed (live)
pinax.balances      EVM · SVM · TVM
pinax.transfers     filter by chain
pinax.swaps         40+ DEX protocols
pinax.hyperliquid   perps, OI, liq.
pinax.polymarket    markets & PnL
pinax.firehose      stream subscriptions
pinax.substreams    module deployment
~/.claude
01
Manifest

SKILL.md per service

Every product ships a machine-readable manifest — name, description, capabilities, common patterns. Free, unauthenticated, always live at /SKILL.md.

02
Live tools

MCP servers

Hosted Model Context Protocol endpoints — native tool calls in Claude Desktop, Claude Code, Cursor, OpenAI tools or any MCP-aware agent runtime. Zero glue code.

03

OpenAPI authoritative

Full schema at GET /openapi. Generated client SDKs, JSON-schema tool calls, type-safe everywhere.

04

LLM-tuned schemas

Stable IDs across chains, decoded primitives, no glue code. Fits straight into a context window without burning tokens on noise.

7SKILL.md manifests
1MCPServer, every dataset
3VMs: EVM · SVM · TVM
0$Discovery is free
// Coverage

47 chains.
One API key.

EVM, SVM, TVM and exotic L1s. Indexed end-to-end, archive-deep. New chain you need? Tell us — we move fast.

Arbitrum One Avalanche Base Blast BNB Celo Ethereum HyperEVM Linea Optimism Polygon Soneium tempo Unichain X Layer Zora Bitcoin Litecoin Solana svmBNB TRON TRON EVM Vaulta WAX Gnosis opBNB zkSync
// Connect · Build · Grow

Unleash
the power of
blockchain data.

No credit card · 100 req/s free · cancel anytime

Join Our Newsletter

Signup today to learn about our beta programs for your chain.