- APIs
- Stacks Node RPC API
- Signer Details
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 code | Description |
|---|---|
| 200 | Number of blocks signed |
| 400 | Bad request |
| 404 | Not found |
| 500 | Internal Server Error |
cURL
curl -L \"https://api.hiro.so/v3/signer/{signer_pubkey}/{cycle_number}" \-H 'Accept: application/json'
Response
{"blocks_signed": 7}