Get stakers' public keys
GET/v1/staker/pubkey-lookup
Retrieves public keys for the given BTC addresses. This endpoint only returns public keys for addresses that have associated delegations in the system. If an address has no associated delegation, it will not be included in the response. Supports both Taproot and Native Segwit addresses.
Request
Responses
- 200
- 400
- 500
A map of BTC addresses to their corresponding public keys (only addresses with delegations are returned)
Bad Request: Invalid input parameters
Internal Server Error