An open API service indexing awesome lists of open source software.

https://github.com/n8n-code/n8n-nodes-taostats

TaoStats official Bittensor block explorer and analytics platform for staking portfolio tracking and subnet discovery
https://github.com/n8n-code/n8n-nodes-taostats

api automation n8n n8n-community-node n8n-node openapi swagger taostats workflow

Last synced: 2 days ago
JSON representation

TaoStats official Bittensor block explorer and analytics platform for staking portfolio tracking and subnet discovery

Awesome Lists containing this project

README

          

# @n8n-dev/n8n-nodes-taostats

![taostats Banner](banner.svg)

[![npm version](https://img.shields.io/npm/v/@n8n-dev/n8n-nodes-taostats.svg)](https://www.npmjs.com/package/@n8n-dev/n8n-nodes-taostats)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

---

**Stop writing taostats API integrations by hand.**

Every time you connect n8n to taostats, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.

**What if connecting n8n to taostats took 5 minutes, not half a day?**

This node gives you **40+ resources** out of the box: **Account**, **Accounting**, **Block**, **Call**, **Coingecko**, and 35 more: with full CRUD operations, typed parameters, and zero manual configuration.

---

## What You Get

- **Zero boilerplate**: Resources, operations, and fields are pre-configured and ready to use
- **Full CRUD**: Create, read, update, and delete support where the API allows it
- **Typed parameters**: No more guessing field types
- **Built-in auth**: API key authentication, ready to go
- **Declarative**: Native n8n performance, no custom execute() overhead

---

## Install

```bash
npm install @n8n-dev/n8n-nodes-taostats
```

**Or in n8n:**
1. **Settings → Community Nodes → Install**
2. Search: `@n8n-dev/n8n-nodes-taostats`
3. Click **Install**

---

## Quick Start

1. Install the node (above)
2. Add credentials: **taostats API** → paste your API key
3. Drag the **taostats** node into your workflow
4. Pick a resource → pick an operation → done.

That's it. No configuration files. No code. It just works.

---

## Resources

Account (1 operations)

- Get v1

Accounting (1 operations)

- Get v1

Block (1 operations)

- Get v1

Call (1 operations)

- Get v1

Coingecko (1 operations)

- Get v1

Delegation (1 operations)

- Get v1

Dev Activity (1 operations)

- Get v1

Dev Changelog (1 operations)

- Get Changelog

Dtao (1 operations)

- Get v1

Erc 20 (1 operations)

- Get v1

Conviction (1 operations)

- Get v1

Contract Event (1 operations)

- Get v1

Event (1 operations)

- Get v1

Evm (1 operations)

- Get v1

Exchange (1 operations)

- Get v1

Hotkey (1 operations)

- Get v1

Identity (1 operations)

- Get v1

Liquidity (1 operations)

- Get v1

Pool (1 operations)

- Get v1

Trades (1 operations)

- Get v1

Metagraph (1 operations)

- Get v1

Validator (3 operations)

- Get v1
- Post v1 Post
- Get v2

Extrinsic (1 operations)

- Get v1

Miner (1 operations)

- Get v1

Network Parameter (1 operations)

- Get v1

Neuron (1 operations)

- Get v1

Otc (2 operations)

- Get v1
- Get v2

Coldkey Swap (1 operations)

- Get v1

Price (1 operations)

- Get v1

Proxy Call (1 operations)

- Get v1

Live (14 operations)

- Get Account Balance Info
- Get Block Get Range
- Get Block Get Head
- Get Block Get By Height
- Get Block Raw Get By Height
- Get Extrinsic Get By Block And Index
- Get Pool Get
- Get Version Info
- Get Const Get All
- Get Const Get By ID
- Get Event Get All
- Get Event Get By ID
- Get Storage Get All
- Get Storage Get By ID

RPC (2 operations)

- Post HTTP
- Get Ws

Runtime Version (1 operations)

- Get v1

Seal Blob (1 operations)

- Post v1

Stake Balance (1 operations)

- Get v1

Stats (1 operations)

- Get v1

Status (1 operations)

- Get v1

Subnet (1 operations)

- Get v1

Transfer (1 operations)

- Get v1

---

## Why This Node?

**Without this node:**
- Hours of manual API integration
- Copy-pasting from taostats docs
- Debugging auth, pagination, error handling
- Maintaining your own client code

**With this node:**
- Install → configure → use. 5 minutes.
- Auto-generated from the official taostats OpenAPI spec
- Always up to date when the API changes
- Native n8n performance

---

## Auto-Generated
This node was auto-generated from the official **taostats** OpenAPI specification using
[@n8n-dev/n8n-openapi-node-ultimate](https://github.com/kelvinzer0/n8n-openapi-node-ultimate),
then validated against the live API so you get accurate types and real parameters, not guesswork.

When the taostats API updates, this node updates too.

---

## License

MIT © [kelvinzer0](https://github.com/n8n-code)