# Solana Withdrawal Intents API

## Network

The Solana network supports two options:
- `mainnet`
- `testnet`

## Allowed Values

- `mainnet`
- `testnet`

## Responses

| Status Code | Description                         |
|-------------|-------------------------------------|
| `200`       | Created                             |
| `400`       | Invalid request.                    |
| `401`       | Header 'X-API-Key' missing.        |
| `500`       | Internal server error.              |

## Example Request

### CURL Example

```bash
curl --request GET \
     --url https://svc.blockdaemon.com/boss/v1/solana/mainnet/withdrawal-intents \
     --header 'accept: application/json'
```
