Blockchains API Migration Path

🔄 Migration Path from v3 to v4 Blockchains API Endpoints

Block Data

Endpoints for retrieving blockchain block information.

Transactions

Endpoints for retrieving transaction-level data across supported blockchains.

Address & Balance Data

Endpoints for retrieving address-level blockchain data.

UTXO Data

Endpoints specific to UTXO-based blockchains such as Bitcoin, Litecoin, Dogecoin, and Bitcoin Cash.

📝 Migration Checklist

  1. Review breaking changes specific to your use cases
  2. Update API endpoints from v3 to v4 format
  3. Adjust response parsing for changed field names and/or behaviour.
  4. Test with new unified endpoints across your supported chains
  5. Update chain parameter handling from path-based to query/body-based
  6. Plan migration timeline well before May 31, 2026
🚧

Attention

We strongly encourage customers to review and compare each endpoint's behavior individually, regardless of whether breaking changes are involved.