Bitcoin node

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

GET

Parameters

Path Parameters

apiKey
REQUIRED
string Hiro API key
*
REQUIRED
string The path (endpoint) for the Bitcoin node RPC
Status codeDescription
200Default Response
cURL
curl -L \
"https://api.hiro.so/v1/ext/{apiKey}/bitcoin-node/{*}" \
-H 'Accept: application/json'