Stacks Blockchain API

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

GET
/v1/ext/{apiKey}/stacks-blockchain-api/{*}

Stacks Blockchain API

This endpoint is designed to proxy requests to the Stacks blockchain API 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 Stacks Blockchain API

Pattern: "extended/v1/tx"
Status codeDescription
200Default Response
/v1/ext/{apiKey}/stacks-blockchain-api/{*}

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

{}

POST
/v1/ext/{apiKey}/stacks-blockchain-api/{*}

Stacks Blockchain API

This endpoint is designed to proxy requests to the Stacks blockchain API 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 Stacks Blockchain API

Pattern: "extended/v1/tx"
Status codeDescription
200Default Response
/v1/ext/{apiKey}/stacks-blockchain-api/{*}

curl -X POST "https://api.platform.hiro.so/v1/ext/{apiKey}/stacks-blockchain-api/v2/transactions"

{}