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/json
index_block_hash
string min: 1
Stacks index block hash
block_height
integer min: 0
Stacks block height
Status codeDescription
204Default Response
cURL
curl -L -X POST \
"https://api.mainnet.hiro.so/chainhooks/v1/me/{uuid}/evaluate" \
-H 'Accept: application/json'

How is this guide?