v1
latestOpenAPI 3.1.02026-07-24223580832.9 KBProtocol and Endpoint Support
Get the Protocol Info
Provides information about supported endpoints and generic protocol information.
get/{protocol}/{network}
Path parameters
protocolstring required
Protocol handle, one of: algorand, avalanche, bitcoin, bitcoincash, dogecoin, ethereum, litecoin, near, optimism, polkadot, polygon, solana, stellar, tezos, xrp.
networkstring required
Which network to target. Available networks can be found in the list of supported protocols or with /{protocol}.
Response
Protocol overview
Example response
{
"handle": "bitcoin",
"network": "mainnet"
}