improved

Blockchain Data API - Faster, Smarter, Better

We’ve made significant improvements to our Data API infrastructure
– and we’re excited to roll out new, faster endpoints that deliver better performance and richer data.

  • Up to 2.5× faster API responses across key endpoints
  • Smarter asset detection: now capturing more token types and balances
  • Increased backend scalability for improved stability and uptime

📚 Migration Guide & Important changes in API

⚠️

Deprecated Legacy Data API endpoints will be removed on June 30, 2025

To ensure continued access and performance, all users must migrate to the new endpoints by this date.
The legacy endpoints will no longer be maintained or guaranteed to function. To take full advantage of these improvements, we encourage you to start using the new endpoints listed below.

Legacy endpoints 👎Improved endpoints 👍Breaking Changes
Get All Token Balances of an Address
/v3/data/balances
/v4/data/balances
/v4/data/wallet/balances
Get All Assets of a Wallet
/v4/data/wallet/portfolio
Requires at least one token type (native, fungible, nft, multitoken)
Get Transactions
/v3/data/transactions
/v4/data/transactions
Get Transaction History
/v4/data/transaction/history
transactionIndex removed from response
Get NFT Balances of a wallet
/v3/nft/address/balance/{chain}/{address}
Get NFTs of Wallet
/v4/data/nft/balances
blockNumber removed from response
Get all Multi Tokens that a blockchain address holds
/v3/multitoken/address/balance/{chain}/{address}
Get Multitokens of Wallet
/v4/data/multitokens/balances
blockNumber removed from response
Get Transactions by Hash /v3/data/transactions/hashGet Transactions by Hash
/v4/data/transactions/hash
No Breaking Changes
Get Specified Blocks
/v3/data/blocks
/v4/data/blocks
Get Specific Block
/v4/data/defi/blocks
Dropped eventIngestedSize, nftIngestedSize
Get latest Block
/v3/data/blocks/latest
/v4/data/blocks/latest
Get Latest Block
/v4/data/defi/blocks/latest
Dropped eventIngestedSize, nftIngestedSize
Get specified events
/v4/data/events
Get specified events
/v4/data/defi/events
BlockRange adjusted to max of 500.

💡

Some endpoints now include usage-based pricing to maintain high performance and prevent abuse.
Pricing info is shown at the top of each endpoint page.

Action required

  • Review your current integration
  • Migrate to the listed endpoints
  • Update your codebase accordingly to handle the updated responses