Supported Blockchains and Networks
This guide helps you making your first steps in Chaingateway. It describes you how to read the api docs, create an api key and authorize you to use our api.
Overview
Chaingateway currently supports the following mainnets and testnets. The mainnets can be accessed through the endpoint https://api.chaingateway.io/api/V2
, while the testnets are accessible through https://testnet.chaingateway.io/api/V2
.
Supported Networks
Network Type | Blockchain | Network | Endpoint |
---|---|---|---|
Mainnet | Ethereum | mainnet | https://api.chaingateway.io/api/V2 |
Testnet | Ethereum | sepolia | https://testnet.chaingateway.io/api/V2 |
Mainnet | Tron | mainnet | https://api.chaingateway.io/api/V2 |
Testnet | Tron | nile | https://testnet.chaingateway.io/api/V2 |
Mainnet | Binance Smart Chain | mainnet | https://api.chaingateway.io/api/V2 |
Mainnet | Binance Smart Chain | testnet | https://api.chaingateway.io/api/V2 |
Mainnet | Bitcoin | mainnet | https://api.chaingateway.io/api/V2 |
Testnet | Bitcoin | testnet3 | https://testnet.chaingateway.io/api/V2 |
Mainnet | Polygon | mainnet | https://api.chaingateway.io/api/V2 |
Testnet | Polygon | amoy | https://testnet.chaingateway.io/api/V2 |
For more details and documentation, please refer to the official Chaingateway API documentation.