v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Protocol 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

handlestring

The protocol handle.

networkstring

The specified network type.

genesis_numberinteger

The genesis number.

endpointsstring[]

The supported endpoints.

Example response

{
  "handle": "bitcoin",
  "network": "mainnet"
}