BNB Chain (BSC) wallet trade history API is live on Veltra
Fetch any BNB Chain wallet's full trade history via API — every PancakeSwap and DEX buy and sell on BSC, first trade to latest, in one call.

BNB Chain support is live on Veltra. Query any BSC wallet and you get its complete trade history — every buy and sell across PancakeSwap and the wider BNB Chain DEX ecosystem — as clean, structured trade data from a single API call.
Support is live today. Add ?chain=bsc to any Veltra Trade History API call and you get that BNB Chain wallet's complete buy and sell history back — first trade to latest — from a single endpoint.
Why BNB Chain
BNB Chain runs enormous retail trading volume, and its wallets often hold years of PancakeSwap activity. Pulling that history transaction-by-transaction is slow and error-prone; Veltra returns the whole record at once so you can build on top of it immediately.
What you can pull
- Complete BNB Chain 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 BNB, 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=bsc to select BNB Chain:
curl -N "https://veltrabot.com/v1/wallets/{address}/history?chain=bsc" \
-H "Authorization: Bearer YOUR_API_KEY"BNB Chain addresses are 0x…, so pass ?chain=bsc to select it. Amounts come back in BNB, the chain’s native token.
What you can build
Full BSC history unlocks the tooling this ecosystem runs on:
- Copy-trading bots mirroring proven BNB Chain wallets.
- PnL dashboards and portfolio trackers for BSC users.
- PancakeSwap-focused token and wallet analytics.
- Risk scoring and research on BNB Chain 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.