Solana wallet trade history API is live on Veltra
Pull any Solana wallet's complete trade history via API — every Pump.fun and Raydium buy and sell, first trade to latest, structured and ready to use.

Veltra now serves complete Solana wallet trade history through a single API call. Point it at any Solana address and you get back every swap the wallet has ever made across Pump.fun, Raydium, and the rest of the Solana DEX landscape — parsed into clean, structured rows instead of raw transactions you have to decode yourself.
Support is live today. Add ?chain=sol to any Veltra Trade History API call and you get that Solana wallet's complete buy and sell history back — first trade to latest — from a single endpoint.
Why Solana
Solana wallets trade fast and trade often. A single active memecoin trader can rack up tens of thousands of fills, and most transaction history APIs stop returning results a few thousand trades deep — right when you need the full picture. Veltra does not cap: one lookup returns a wallet's entire Solana history, so the record you build is actually complete.
What you can pull
- Complete Solana 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 SOL, 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=sol to select Solana:
curl -N "https://veltrabot.com/v1/wallets/{address}/history?chain=sol" \
-H "Authorization: Bearer YOUR_API_KEY"Solana addresses are base58, and Solana is the default chain, so existing Veltra calls keep working unchanged. Amounts come back in SOL.
What you can build
Teams reach for complete Solana history when a partial record would break the product:
- Copy-trading bots that backfill a target wallet before mirroring it.
- PnL and portfolio dashboards that need every fill to compute realized profit.
- Memecoin and wallet-scoring analytics across Pump.fun and Raydium.
- Backtesting and model-training datasets built from real Solana 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.