# 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

```shell
curl --request GET \
     --url https://svc.blockdaemon.com/boss/v1/cosmos/mainnet/restake-intents \
     --header 'accept: application/json'
```

## Example Responses

- **application/json**  
- `200`  
- `400`  
- `401`  
- `500`

**Updated:** 2 months ago
