# NEAR Network

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

## Wallets

### Array of NEAR Wallets
- **wallets**
  - **ADD**: string
  - **to**: string
    - regex: `^([a-km-zA-HJ-NP-Z1-9]{22,44})|((([a-z\d]+[-_])*[a-z\d]+\.)*([a-z\d]+[-_])*[a-z\d]+)$`

### Validator Address
Validator address to query amount for

## Responses
- **200**: Ok
- **400**: Invalid request.
- **401**: Header 'X-API-Key' missing.
- **500**: Internal server error.

## Example Curl Request

```shell
curl --request GET \
     --url https://svc.blockdaemon.com/boss/v1/near/mainnet/withdrawable-amount \
     --header 'accept: application/json'
```

## Additional Responses
- **200**
- **400**
- **401**
- **500**

**Updated 2 months ago**
