# Binance API Documentation

## Network

- **Type:** string
- **Allowed values:** `mainnet`, `testnet`

## Wallets

Array of objects representing Binance wallets.

### Example Request

```bash
curl --request GET \
     --url https://svc.blockdaemon.com/boss/v1/binance/mainnet/deactivatable-amount \
     --header 'accept: application/json'
```

### Response Codes

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

---

Updated 2 months ago.
