---
name: "unbrowse-taostats.io"
description: "API skill for taostats.io"
runtime: unbrowse
requires: ["unbrowse@>=6.7.0"]
domain: "taostats.io"
skill_id: "t5wOgHPaQcui27x7PKQEU"
intent_signature: "taostats.io"
intents:
  - "taostats.io"
  - "browse taostats.io"
endpoint_count: 12
version: "1.4.0"
updated_at: "2026-06-05T05:11:51.250Z"
publisher_agent_id: "key_xpAPrVjN"
---
# taostats.io

API skill for taostats.io

## Provenance

- **Publisher**: `key_xpAPrVjN`

## Prerequisite

This skill is executed through the **unbrowse** runtime. Install once:

```bash
npx unbrowse@latest setup
```

unbrowse handles auth (browser cookies + JA4 TLS impersonation), caching, and the marketplace publish flywheel for every call. Direct curl will be blocked by anti-bot on most of these endpoints.

## Quick start

```bash
unbrowse resolve "taostats.io"
```

`resolve` returns a ranked shortlist; the agent picks an endpoint and calls execute.

## Endpoints (12)

### Returns core subnet data including netuid, emission, tempo, difficulty, and registration info for al

- **Method**: `GET`
- **URL**: `https://taostats.io/api/subnet/subnet`
- **Endpoint ID**: `47EnOI8eFg1jQLu2NmFSm`
- **Idempotency**: safe
- **Verified**: failed (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill t5wOgHPaQcui27x7PKQEU --endpoint 47EnOI8eFg1jQLu2NmFSm
```

### Returns aggregate total price across all dTAO subnets

- **Method**: `GET`
- **URL**: `https://taostats.io/api/dtao/subnetTotalPrice`
- **Endpoint ID**: `co4qVuzOzeSZtOP7PQdu-`
- **Idempotency**: safe
- **Verified**: failed (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill t5wOgHPaQcui27x7PKQEU --endpoint co4qVuzOzeSZtOP7PQdu-
```

### Returns subnet pruning data filtered by immunity status, with configurable limit and sort order

- **Method**: `GET`
- **URL**: `https://taostats.io/api/subnet/pruning?is_immune={is_immune}&limit={limit}&order={order}`
- **Endpoint ID**: `iCBd2y8-W8CkFIfBEchPA`
- **Idempotency**: safe
- **Verified**: failed (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill t5wOgHPaQcui27x7PKQEU --endpoint iCBd2y8-W8CkFIfBEchPA
```

### Proxies and returns an image by URL, used for subnet logos and icons

- **Method**: `GET`
- **URL**: `https://taostats.io/api/image?url={url}`
- **Endpoint ID**: `k2dmaHQl5SBM7K8aRiFOR`
- **Idempotency**: safe
- **Verified**: unverified (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill t5wOgHPaQcui27x7PKQEU --endpoint k2dmaHQl5SBM7K8aRiFOR
```

### Returns current TAO token price and market data including market cap, volume, and percent changes

- **Method**: `GET`
- **URL**: `https://taostats.io/api/price/price`
- **Endpoint ID**: `LgdQsRW-tKmHk_lbRuD7L`
- **Idempotency**: safe
- **Verified**: unverified (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill t5wOgHPaQcui27x7PKQEU --endpoint LgdQsRW-tKmHk_lbRuD7L
```

### Returns the current API version for taostats

- **Method**: `GET`
- **URL**: `https://taostats.io/api/version`
- **Endpoint ID**: `MtKUcxGF8DbK4eY96l1_4`
- **Idempotency**: safe
- **Verified**: unverified (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill t5wOgHPaQcui27x7PKQEU --endpoint MtKUcxGF8DbK4eY96l1_4
```

### Returns historical subnet registration cost data over time

- **Method**: `GET`
- **URL**: `https://taostats.io/api/subnet/subnetRegistrationCostHistory`
- **Endpoint ID**: `p-1SJC9R2zPIcEz3n09qg`
- **Idempotency**: safe
- **Verified**: unverified (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill t5wOgHPaQcui27x7PKQEU --endpoint p-1SJC9R2zPIcEz3n09qg
```

### Returns recent Bittensor blocks with configurable limit parameter

- **Method**: `GET`
- **URL**: `https://taostats.io/api/blocks/block?limit={limit}`
- **Endpoint ID**: `Per2sCT-UWi3_xdvv3d1i`
- **Idempotency**: safe
- **Verified**: unverified (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill t5wOgHPaQcui27x7PKQEU --endpoint Per2sCT-UWi3_xdvv3d1i
```

### Returns identity metadata for all Bittensor subnets including names, descriptions, and owner info

- **Method**: `GET`
- **URL**: `https://taostats.io/api/subnet/identity`
- **Endpoint ID**: `Ph97hFynpMABXVoVF7-T1`
- **Idempotency**: safe
- **Verified**: unverified (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill t5wOgHPaQcui27x7PKQEU --endpoint Ph97hFynpMABXVoVF7-T1
```

### Returns Bittensor network-level statistics including total stake, total subnets, and network paramet

- **Method**: `GET`
- **URL**: `https://taostats.io/api/subnet/network`
- **Endpoint ID**: `wB4k8vxd3YbDIxifS6r4h`
- **Idempotency**: safe
- **Verified**: unverified (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill t5wOgHPaQcui27x7PKQEU --endpoint wB4k8vxd3YbDIxifS6r4h
```

### Returns all dTAO subnets sorted by specified order such as market_cap_desc, includes subnet metadata

- **Method**: `GET`
- **URL**: `https://taostats.io/api/dtao/dtaoSubnets?order={order}`
- **Endpoint ID**: `XTv0fuVe7oBbpXVF2ZbW4`
- **Idempotency**: safe
- **Verified**: unverified (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill t5wOgHPaQcui27x7PKQEU --endpoint XTv0fuVe7oBbpXVF2ZbW4
```

### Returns top subnets ranked by emission, showing which subnets receive the most TAO rewards

- **Method**: `GET`
- **URL**: `https://taostats.io/api/subnet/topSubnetEmission`
- **Endpoint ID**: `zCFGont8z05LlEHuOs2VF`
- **Idempotency**: safe
- **Verified**: unverified (reliability 0.50)

**Call it via unbrowse:**

```bash
unbrowse execute --skill t5wOgHPaQcui27x7PKQEU --endpoint zCFGont8z05LlEHuOs2VF
```

## Why this needs unbrowse

- **Auth**: most of these endpoints require session cookies. `unbrowse execute` pulls them from your real browser (Chrome/Arc/Brave/Edge/Vivaldi/Opera/Dia) and injects them.
- **TLS impersonation**: requests go through libcurl-impersonate with a Chrome 131 JA4 fingerprint. Anti-bot vendors (Cloudflare, PerimeterX, Datadome, Akamai) reject the default Node/Python TLS fingerprints.
- **Cache + flywheel**: every execute hits the marketplace cache first, then back-fills observed routes if the call goes through.

---
*Generated from observed routes by unbrowse v1.4.0. Skill ID: `t5wOgHPaQcui27x7PKQEU`.*
