Blockdaemon Staking API - Cosmos Lists Restake Intents
Network
Type: string
Enum: required
Allowed: mainnet testnet
Response Codes
| Code | Description |
|---|---|
| 200 | Restake intents listed |
| 400 | Invalid request. |
| 401 | Header 'X-API-Key' missing. |
| 500 | Internal server error. |
Example Request
curl --request GET \
--url https://svc.blockdaemon.com/boss/v1/cosmos/mainnet/restake-intents \
--header 'accept: application/json'
Example Responses
- application/json
200400401500
Updated: 2 months ago