# Cardano Network

## Allowed Values:
- `mainnet`
- `preprod`
- `localnet`

# Response Codes

### 200
List of rewards withdraw intents.

### 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/cardano/mainnet/rewards/withdrawal-intents \
     --header 'accept: application/json'
```

## Example Responses

- `200`
- `400`
- `401`
- `500`
