---
title: "Get dTao Stake Balance"
method: GET
path: "/api/dtao/stake_balance/latest/v1"
---

# Get dTao Stake Balance

`GET /api/dtao/stake_balance/latest/v1`

## Query parameters

- `coldkey` string
- `hotkey` string
- `netuid` integer
- `balance_min` string
- `balance_max` string
- `balance_as_tao_min` string
- `balance_as_tao_max` string
- `page` integer
- `limit` integer
- `order` 'netuid_asc' | 'netuid_desc' | 'balance_asc' | 'balance_desc' | 'balance_as_tao_asc' | 'balance_as_tao_desc'

## Response `200`

200

- object
  - `pagination` object
    - `current_page` integer
    - `per_page` integer
    - `total_items` integer
    - `total_pages` integer
    - `next_page` integer
    - `prev_page` unknown
  - `data` object[]
    - `block_number` integer
    - `timestamp` string
    - `hotkey_name` string
    - `hotkey` object
      - `ss58` string
      - `hex` string
    - `coldkey` object
      - `ss58` string
      - `hex` string
    - `netuid` integer
    - `subnet_rank` integer
    - `subnet_total_holders` integer
    - `balance` string
    - `balance_as_tao` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/taostats/apis/taostats-1.md) · [All operations](https://skmtc.net/taostats/apis/taostats-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/taostats/taostats-1/revisions/eb3af702da52/schema)
