API Endpoints
| URL | Description |
|---|---|
| api.chain49.com/{blockchain} | Blockbook HTTP API |
| api.chain49.com/{blockchain}/websocket | Blockbook Websocket API |
| api.chain49.com/{blockchain}/rpc | JSON-RPC (Alias for rpc.chain49.com) |
| rpc.chain49.com/{blockchain} | JSON-RPC |
Available Blockchains
You can always get a current overview of all available blockchains by making an API request without specifying any path parameters: https://api.chain49.com/ (API key is required)
These are all the blockchains we currently support, with their IDs which you specify in the request URL:
Mainnets
| Blockchain Name | Blockchain ID | Blockbook API available?* |
|---|---|---|
| Bitcoin | bitcoin | β |
| Ethereum | ethereum | β |
| BNB Smart Chain | bsc | β |
| Dogecoin | dogecoin | β |
| Litecoin | litecoin | β |
| Bitcoin Cash | bcash | β |
| Zcash | zcash | β |
| Dash | dash | β |
| Cardano | cardano | β |
| XRP Ledger | xrp | β |
| Monero | monero | β |
| Polygon PoS | polygon | β |
| Gnosis | gnosis | β |
Testnets
| Blockchain Name | Blockchain ID | Blockbook API available?* |
|---|---|---|
| Bitcoin Testnet | bitcoin-testnet | β |
| Bitcoin Signet | bitcoin-signet | β |
| Ethereum Goerli | ethereum-goerli | β |
| Ethereum Sepolia | ethereum-sepolia | β |
| Dogecoin Testnet | dogecoin-testnet | β |
| Litecoin Testnet | litecoin-testnet | β |
| Bitcoin Cash Testnet | bcash-testnet | β |
| Zcash Testnet | zcash-testnet | β |
| Dash Testnet | dash-testnet | β |
| Cardano Pre-Prod | cardano-preprod | β |
| Cardano Preview | cardano-preview | β |
| Polygon Mumbai | polygon-mumbai | β |
| Gnosis Chiado | gnosis-chiado | β |
*) If Blockbook is not available then the blockchain can only be accessed directly via JSON-RPC. (The URL alias api.chain49.com/{blockchain}/rpc still works for these chains)
