Stacks Blockchain API

Proxy for the Stacks Blockchain API on a development network (devnet).

GET

Parameters

Path Parameters

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