improved

Blockchain Data API - Faster, Smarter, Better

We’ve made significant improvements to our Data API infrastructure, delivering new, faster endpoints with improved performance, richer data, and higher scalability.

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

Migration Guide & Important Changes

⚠️

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

To ensure uninterrupted service, 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 the performance improvements, start using the updated endpoints below.


Comparison Table

Legacy EndpointsImproved EndpointsBreaking 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/hash
Get 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

Notes

Some endpoints now include usage-based pricing to ensure consistent performance and prevent abuse.
Pricing details are displayed at the top of each endpoint’s documentation page.


Action Required

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