Blockdaemon Documentation
Protocols
Overview
GET Protocols Overview
GET Protocol Info
Overview
The Ubiquity Universal API endpoints listed in this section allow the retrieval of supported protocol, network, and endpoint information.
GET Protocols Overview
https://svc.blockdaemon.com/universal/v1
Returns a list of supported protocols and networks.
Developer documentation: GET Protocols Overview
Learn how to authorize your request: Authentication Guide
Note: If you created your Ubiquity API Key before September 2022, use the legacy Ubiquity URL:
https://ubiquity.api.blockdaemon.com/v1/
GET Protocol Info
https://svc.blockdaemon.com/universal/v1/{protocol}/{network}
Returns information about a given protocol and network and a list of supported endpoints.
Developer documentation: GET Protocol Info
Learn how to authorize your request: Authentication Guide
Note: If you created your Ubiquity API Key before September 2022, use the legacy Ubiquity URL:
https://ubiquity.api.blockdaemon.com/v1/{protocol}/{network}
Path Parameters
You should specify a protocol and a network as path parameters, e.g.:
ethereum/mainnet
Supported Protocols and Networks
Here is a full list of supported blockchain protocols and networks with their path parameters:
Protocol | Network | Path parameters |
Algorand | Mainnet | algorand/mainnet |
Bitcoin | Mainnet Testnet |
bitcoin/mainnet bitcoin/testnet |
Bitcoin Cash | Mainnet Testnet |
bitcoincash/mainnet bitcoincash/testnet |
Dogecoin | Mainnet Testnet |
dogecoin/mainnet dogecoin/testnet |
Ethereum | Mainnet Goerli Ropsten |
ethereum/mainnet ethereum/goerli ethereum/ropsten |
Litecoin | Mainnet Testnet |
litecoin/mainnet litecoin/testnet |
NEAR | Mainnet | near/mainnet |
Oasis | Mainnet | oasis/mainnet |
Optimism | Mainnet | optimism/mainnet |
Polkadot | Mainnet | polkadot/mainnet |
Polygon | Mainnet | polygon/mainnet |
Solana | MainnetTestnet | solana/mainnet solana/testnet |
Stellar | Mainnet | stellar/mainnet |
Tezos | Mainnet | tezos/mainnet |
XRP | Mainnet | xrp/mainnet |
Example Queries
The query in this section provides a useful example for GET Protocol Info.
To get a protocol overview for Ethereum Mainnet, use the following query:
https://ubiquity.api.blockdaemon.com/v1/ethereum/mainnet