Monad wallet trade history API is live on Veltra
Pull any Monad wallet's complete trade history via API — every buy and sell, first trade to latest, from a single endpoint.

Veltra now serves complete Monad wallet trade history. One call against any Monad address returns every buy and sell the wallet has made, structured and ready to use — the same shape you already parse for every other chain.
Support is live today. Add ?chain=monad to any Veltra Trade History API call and you get that Monad wallet's complete buy and sell history back — first trade to latest — from a single endpoint.
Why Monad
Monad is a parallel-execution EVM chain, and the tooling around it is still being built. Wallet history is the layer most of that tooling sits on: without a complete record, a PnL number is a guess and a copy-trading signal is incomplete. Getting it from one endpoint means you can build the product instead of the indexer.
What you can pull
- Complete Monad 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 MON, 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=monad to select Monad:
curl -N "https://veltrabot.com/v1/wallets/{address}/history?chain=monad" \
-H "Authorization: Bearer YOUR_API_KEY"Monad is an EVM chain, so addresses are 0x… and you select it with ?chain=monad. Amounts come back in MON, the chain's native token.
What you can build
Early coverage is what lets these get built before anyone else does:
- Portfolio and PnL dashboards for Monad traders.
- Copy-trading and signal products on a chain still filling out its tooling.
- Wallet scoring and DEX analytics across Monad.
- Research datasets from a chain almost nobody is indexing yet.
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.