# NEAR Network

### Allowed Networks
- `mainnet`
- `testnet`
- `localnet`

# API Response Codes

| Code | Description |
|------|-------------|
| 200  | Withdrawal intents listed |
| 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/near/mainnet/withdrawal-intents \
     --header 'accept: application/json'
```
