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)