# Network

**Allowed:**  `testnet`, `mainnet`

## 200 Near Stakes

### Meta

- **pagination**  
  - **current_page**: 1  
  - **total_pages**: 10  
  - **total_item_count**: 1000  
  - **has_next**: true

### Data

```json
[
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "epoch": 4801,
      "delegator_address": "wallet-address.testnet",
      "validator_address": "validator.pool.a763272.a0",
      "balance_time_stamp": "2021-01-01T00:00:00Z",
      "balances": {
        "staked": "200000000985912653361207",
        "deactivating": "0",
        "withdrawable": "972959114646034077150446",
        "total": "1172959115631946730511653"
      }
    }
]
```

## 422 Invalid network

```shell
curl --request GET \
     --url 'https://api.figment.io/near/stakes?network=testnet' \
     --header 'accept: application/json' \
     --header 'x-api-key: your-api-key-here'
```
