get
https://public-api.birdeye.so/wallet/v2/balance-change
Retrieve the balance change history of a wallet.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Balance-delta history for one Solana wallet.
- Filter by
token_addresswhen you want one token only, or omit it for broader wallet activity. token_typeandchange_typenarrow the result to the asset class and change direction you care about.time_fromandtime_tolet you constrain the review window.- Pagination uses
offsetup to10,000andlimitup to100. ui_amount_mode=scaledapplies Solana Token-2022 scaled UI amount when the token supports the scaled UI extension.
Reading the numbers. Balance-change rows explain how a wallet's token balance moved over time, which token changed, and by how much after decimal or scaled UI normalization.
- Standard
- Lite
- Starter
- Premium
- Business
- Enterprise
Solana
Compute Unit ⚙️
- This endpoint consumes
10 CUper request.
Use Cases 💡
- Review how a wallet accumulated, distributed, or rotated tokens over time.
- Power audit trails, treasury monitoring, and operator activity review.
- Isolate changes for one token before drilling into transfer-level events.
How to Use 🛠️
- Set
x-chain=solana. - Pass the wallet address in
wallet. - Add
token_address,token_type, orchange_typewhen you need a narrower slice. - Use
time_fromandtime_tofor bounded investigations. - Page through results with
offsetandlimit.
Best Practices ✅
- Start broad, then add token and change filters once you see the wallet's activity pattern.
- Use this endpoint to find the interesting timestamps, then pair it with transfer endpoints for exact movement details.
- Keep
ui_amount_modealigned with other Solana Token-2022 analysis for consistent quantities.
Limitations ⚠️
- Solana only.
- Offset pagination tops out at
10,000.
