Improved
Polkadot Update: New /v1 REST API Endpoints Available
June 4th, 2026
Polkadot REST API /v1 is available on Tatum for teams using Polkadot, Kusama, Westend, and Asset Hub REST endpoints through Tatum Gateway. The new /v1 paths are based on Parity’s Rust-based Polkadot REST API, which replaces the deprecated Node.js substrate-api-sidecar. The legacy /substrateapi paths remain available in parallel for the time being, but we recommend migrating existing integrations to /v1 as soon as possible.
Polkadot REST API endpoints
Polkadot REST API
What you get
- New
/v1REST paths: Use the new Polkadot REST API paths directly through Tatum Gateway. - Coverage across Polkadot-based networks: Available for Polkadot, Kusama, Westend, and Asset Hub networks.
- Parallel migration window: Legacy
/substrateapipaths remain available for the time being while you migrate. - Upstream-aligned infrastructure: The new paths follow Parity’s
polkadot-rest-api, which replaces the deprecatedsubstrate-api-sidecar. - Clear migration path: Existing REST calls generally move from
/substrateapi/...to/v1/....