BDS Changelogs
Changelogs for Birdeye Data Services
2025.04.10
NEW
- API V3 Txs All allows fetching trades without specifying token address. Docs
- API Latest Block to fetch the latest trade block number. Supporting BSC, Base and Ethereum. Solana and other chains will be added soon. Docs
2025.04.03
UPDATES
- For token list v3
- Reduce wait time between new scrolls to 30s
- Can request immediately after scroll ends instead of waiting for expiry
2025.04.02
UPDATES
- Add block number filter/sort to token trades v3 on Base, Ethereum and BSC
2025.04.01
UPDATES
- Add search
combination
mode to search across multiple fields
2025.03.28
UPDATES
- Fix search address not working when specifying chain
- Add
last_trade_unix_time
filter to token list v3
2025.03.24
UPDATES
-
Discontinue token list v2
-
Discontinue EVM support for wallet APIs
-
Remove supply, marketcap, circulating_marketcap from token overview
2025.03.21
NEW
Token List v3 with scroll on Solana
UPDATES
Add sort by liquidity and filter by max_liquidity to token list v1
Add name, symbol fields to wallet token balance response
2025.03.18
NEW
Token list v3 Scroll https://docs.birdeye.so/reference/get_defi-v3-token-list-scroll#/
-
Available for Business & above plans
-
Currently support Solana. Other chains support will be released soon
-
Support up to 5,000 tokens/call
-
Fetch all tokens that meet your conditions
-
Uses the same filters & response as Token List v3
-
Response format in snake_case
UPDATES
LST price updates in other endpoints
-
Tokenlist v1
-
Tokenlist v3
-
Tokenlist v3 scroll
-
Price volume single and multi
-
Market-data single and multi
-
Token overview
2025.03.11
NEW
Token trades v3 https://docs.birdeye.so/reference/get_defi-v3-token-txs#/
-
Response in snake_case
-
Multiple filters: source, owner, pool_id, before/after a timestamp
-
Introduce volume, volume_usd
-
Optimize response size
-
Max txs offset 10,000
UPDATES
Search improvement
-
Solana: search data quality and up-to-date
-
search_by (symbol, address, name) & search_mode (fuzzy, exact)
WebSocket
- Return ERROR event when having connection or subscription errors (missing protocol, invalid subscription message format, etc.)
2025.02.24
Support LST sanctum bound by SOL price
Token market data batch
2025.02.20
Batch dynamic CUs
2025.02.14
Set min liquidity required for new listing to 0
Add total_supply and market_cap
2025.02.12
Add price in SOL to multiple endpoints (OHLCV, price/multi_price)
WebSocket large trade min volume set to 0
2025.02.10
Fix missing price value
Enforce float type in token overview liquidity
Disable wallet API for EVMs
mc and fdv in trending list
2025.01.17
New token overview and stats implementation
Add 24h price change, volume change to token trending
OpenAPI endpoint
Fix missing extensions in gem APIs
2025.01.09
Sync lastTradeUnixTime & lastTradeHumanTime
Add txType to token txs seek by time API