### API Reference

#### Parameters

- **network**  
  Target Solana network (allowed 'mainnet' or 'testnet'). Bound from path variable `{network}`; clients should not send this in body.

- **delegator_address**  
  Format: `^[1-9A-HJ-NP-Za-km-z]{43,44}$`  
  Payer pubkey to list stakes for.

### Responses

- **200**  
  OK

- **400**  
  Invalid request.

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

- **404**  
  Resource not found.

- **500**  
  Internal server error.

---

### Example Request

```shell
curl --request GET \
     --url https://svc.blockdaemon.com/sia/v2/solana/network/stakes \
     --header 'accept: application/json'
```

### Response Codes
- **200**  
- **400**  
- **401**  
- **404**  
- **500**

---

*Updated 2 months ago*
