- APIs
- Chainhooks API
- Evaluate Chainhooks
Evaluate a specific block
Queues an on-demand evaluation job for a specific block
POST
Hiro API key
Parameters
Path Parameters
uuid
REQUIRED
string uuid
Body
application/jsonindex_block_hash
string min: 1
Stacks index block hash
block_height
integer min: 0
Stacks block height
| Status code | Description |
|---|---|
| 204 | Default Response |
cURL
curl -L -X POST \"https://api.mainnet.hiro.so/chainhooks/v1/me/{uuid}/evaluate" \-H 'Accept: application/json'