Hyperliquid wallet trade history API is live on Veltra
Pull complete Hyperliquid wallet trade history via API — every buy and sell on Hyperliquid's EVM layer, first trade to latest, in one call.

Veltra now serves wallet trade history for Hyperliquid's EVM layer. One call returns any Hyperliquid wallet's complete buy and sell record, structured the same way as every other chain Veltra covers.
Support is live today. Add ?chain=hyperevm to any Veltra Trade History API call and you get that Hyperliquid wallet's complete buy and sell history back — first trade to latest — from a single endpoint.
Why Hyperliquid
Hyperliquid attracts unusually active traders, and active traders are exactly the wallets most history APIs give up on — the record runs to tens of thousands of fills and results stop a few thousand deep. Veltra does not cap, so the history you build is the whole history.
What you can pull
- Complete Hyperliquid trade history — every buy and sell a wallet has ever made, not just the most recent few thousand.
- Structured trades — side, token, amount, DEX, and timestamp on every row, ready to use.
- Amounts denominated in HYPE, the chain's native token.
- Stream the whole history on one call, or page through it with a cursor — your choice.
Make your first call
Authenticate with your API key and pass ?chain=hyperevm to select Hyperliquid:
curl -N "https://veltrabot.com/v1/wallets/{address}/history?chain=hyperevm" \
-H "Authorization: Bearer YOUR_API_KEY"Hyperliquid is an EVM chain, so addresses are 0x… and you select it with ?chain=hyperevm. Amounts come back in HYPE, the chain's native token.
What you can build
Complete Hyperliquid history is what makes these products possible:
- PnL dashboards for high-frequency Hyperliquid traders.
- Copy-trading bots that need a target's full record before mirroring.
- Wallet scoring and leaderboards across the Hyperliquid ecosystem.
- Model-training datasets built from dense, real trade flow.
Pricing
Trade history is billed on volume at $0.01 / 1,000 trades pay-as-you-go, with monthly plans at a volume discount. Every trade counts toward your usage once — paging back over trades you already pulled never double-charges. Start with 100,000 trades free, no card required.