Signer details

Get signer information for a specific signer and cycle.

GET

Parameters

Path Parameters

signer_pubkey
REQUIRED
string Hex-encoded compressed Secp256k1 public key of signer
cycle_number
REQUIRED
integer Reward cycle number
Status codeDescription
200Number of blocks signed
400Bad request
404Not found
500Internal Server Error
cURL
curl -L \
"https://api.hiro.so/v3/signer/{signer_pubkey}/{cycle_number}" \
-H 'Accept: application/json'
Response
{
"blocks_signed": 7
}

How is this guide?