# API Reference

## Parameters

### network
- **Type**: string  
- **Required**: Yes  
- **Description**: The target Solana network (allowed 'mainnet' or 'testnet').

### delegator_address
- **Type**: string  
- **Required**: Yes  
- **Description**: The address of the account associated to the Blockdaemon nonce account.

## Responses

### 200 OK

### 400 Invalid request.

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

### 404 Resource not found

### 500 Internal server error.

---

## Example Request

```bash
curl --request GET \
     --url https://svc.blockdaemon.com/sia/v2/solana/network/nonce-account/delegator_address \
     --header 'accept: application/json'
```

## Response Codes

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

---

*Updated 2 months ago*
