Bitcoin node

Proxy for the Bitcoin node on a development network (devnet).

GET
/v1/ext/{apiKey}/bitcoin-node/{*}

Bitcoin node

This endpoint is designed to proxy requests to the Bitcoin node on a development network (devnet).

It is accessible only with an API key and supports various HTTP methods (GET, POST, PUT, DELETE, PATCH, OPTIONS).

Path parameters

apiKey
Required
string

Hiro API key

Pattern: "0941f307fd270ace19a5bfed67fbd3bc"

*
Required
string

The path (endpoint) for the Bitcoin node RPC

Pattern: "rest/chaininfo"
Status codeDescription
200Default Response
/v1/ext/{apiKey}/bitcoin-node/{*}

curl -X GET "https://api.platform.hiro.so/v1/ext/{apiKey}/bitcoin-node/extended/v1/tx"

{}

POST
/v1/ext/{apiKey}/bitcoin-node/{*}

Bitcoin node

This endpoint is designed to proxy requests to the Bitcoin node on a development network (devnet).

It is accessible only with an API key and supports various HTTP methods (GET, POST, PUT, DELETE, PATCH, OPTIONS).

Path parameters

apiKey
Required
string

Hiro API key

Pattern: "0941f307fd270ace19a5bfed67fbd3bc"

*
Required
string

The path (endpoint) for the Bitcoin node RPC

Pattern: "rest/chaininfo"
Status codeDescription
200Default Response
/v1/ext/{apiKey}/bitcoin-node/{*}

curl -X POST "https://api.platform.hiro.so/v1/ext/{apiKey}/bitcoin-node/rest/chaininfo"

{}