# NewRewardsWithdrawIntentCardano

Request object to create a new rewards withdrawal intent for Cardano.

## Parameters

- **base_address**  
  string  
  *required*  
  bech32 encoded base address. [Accounts](https://cips.cardano.org/cips/cip19/).

## Responses

- **200**  
  Rewards withdrawal intent created

- **400**  
  Invalid request.

- **401**  
  Header 'X-API-Key' missing.

- **500**  
  Internal server error.

## Example Request

```shell
curl --request POST \
     --url https://svc.blockdaemon.com/boss/v1/cardano/mainnet/rewards/withdrawal-intents \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

## Allowed Networks

- `mainnet`
- `preprod`
- `localnet`

---

Updated 2 months ago
