- APIs
- Stacks Blockchain API
- Signer Details
Signer details
RPC node
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
Query Parameters
tip
string Stacks chain tip to query from. Options:
- (empty/omitted): Use latest anchored tip (canonical confirmed state)
- `latest`: Use latest known tip including unconfirmed microblocks
- `{block_id}`: Use specific block ID (64 hex characters)
Status code | Description |
---|---|
200 | Number of blocks signed |
cURL
curl -L \"https://api.hiro.so/v3/signer/{signer_pubkey}/{cycle_number}?tip={tip}" \-H 'Accept: application/json'
Response
{"blocks_signed": 7}