Skip to main content

ChainGate 1.0 is here — One SDK, every blockchain, zero compromises

· 6 min read

ChainGate 1.0 is the first TypeScript SDK that lets you create wallets, sign transactions, query balances, and explore blockchain data across every major network — with a single, unified API. No ethers.js. No chain-specific boilerplate. Just npm install chaingate and you're building.

This isn't a minor version bump — it's a complete rewrite from the ground up. New wallet architecture, new connector system, new transaction pipeline, native crypto signing, and first-class support for both EVM and UTXO chains. If you've been looking for a single library to replace your patchwork of blockchain tools, this is it.

Market data now included in /global/networksInfo

· 2 min read

The /global/networksInfo endpoint now returns market data alongside network status, and we've added support for 20+ new EVM networks.

Previously, you needed to call both /global/markets and /global/networksInfo to get complete network information. Now everything is unified in a single response.

New /global/networksInfo endpoint

· One min read

We've added a new endpoint that returns network status for all supported EVM chains in a single request.

Previously, you needed to call /{network}/networkStatus separately for each network. Now you can get all network data at once with /global/networksInfo.

A Massive Refactor + React Support

· 2 min read

Big news: ChainGate just got its biggest upgrade yet.

Version 0.6.0 delivers a full internal restructuring, setting the foundation for the upcoming 1.0 release — along with a cleaner API, improved performance, and initial support for React apps.

New Block Endpoints & Deprecations

· 2 min read

ChainGate API v0.21 introduces new dedicated block endpoints for EVM and UTXO networks. These are more powerful, standardized, and ready for modern applications.

Fiat Support Comes to ChainGate framework

· One min read

You asked for it — and it's here.
Fiat currency support is now fully integrated into the ChainGate SDK.

Previously, fiat pricing was only available through the /global/markets API. Now, you can use fiat values directly within your wallet logic, including balance display, transfers, and conversions — all using simple, familiar fiat codes like usd, eur, gbp, and more.

Introducing Market Data on ChainGate API

· One min read

We’ve just added a new endpoint to the ChainGate API: /global/markets!

You can now retrieve real-time exchange rates for both cryptocurrencies and fiat currencies, all expressed in USD.
Whether you're tracking Bitcoin, Ethereum, EUR, or JPY, this new endpoint gives you reliable pricing and 24h volume data to power your apps, dashboards, or trading logic.