# RPC Live

Every Taostats API endpoint in the RPC Live group, with its method and path.

_Source: https://beta.taostats.io/docs/api-reference/rpc-live_

_Last reviewed: 2026-09-17_

16 RPC Live endpoints.

| Endpoint | Method | Path |
| --- | --- | --- |
| [Live: Get Free TAO Balance](https://beta.taostats.io/docs/api-reference/rpc-live/get-live-accounts-address-balance-info) | `GET` | `/api/v1/live/accounts/{address}/balance-info` |
| [Live: Get Extrinsics For Block Range](https://beta.taostats.io/docs/api-reference/rpc-live/get-live-blocks) | `GET` | `/api/v1/live/blocks` |
| [Live: Get Latest Block Extrinsics](https://beta.taostats.io/docs/api-reference/rpc-live/get-live-blocks-head) | `GET` | `/api/v1/live/blocks/head` |
| [Live: Get Extrinsics For Specific Block](https://beta.taostats.io/docs/api-reference/rpc-live/get-live-blocks-height) | `GET` | `/api/v1/live/blocks/{height}` |
| [Live: Get Extrinsic](https://beta.taostats.io/docs/api-reference/rpc-live/get-live-blocks-height-extrinsics-index) | `GET` | `/api/v1/live/blocks/{height}/extrinsics/{index}` |
| [Live: Get Raw Extrinsics For Specific Block](https://beta.taostats.io/docs/api-reference/rpc-live/get-live-blocks-height-extrinsics-raw) | `GET` | `/api/v1/live/blocks/{height}/extrinsics-raw` |
| [Live: Get Node Transaction Pool](https://beta.taostats.io/docs/api-reference/rpc-live/get-live-node-transaction-pool) | `GET` | `/api/v1/live/node/transaction-pool` |
| [Live: Get Node Version](https://beta.taostats.io/docs/api-reference/rpc-live/get-live-node-version) | `GET` | `/api/v1/live/node/version` |
| [Live: Get Pallet Consts](https://beta.taostats.io/docs/api-reference/rpc-live/get-live-pallets-pallet-id-consts) | `GET` | `/api/v1/live/pallets/{pallet_id}/consts` |
| [Live: Get Pallet Consts By ID](https://beta.taostats.io/docs/api-reference/rpc-live/get-live-pallets-pallet-id-consts-id) | `GET` | `/api/v1/live/pallets/{pallet_id}/consts/{id}` |
| [Live: Get Pallet Events](https://beta.taostats.io/docs/api-reference/rpc-live/get-live-pallets-pallet-id-events) | `GET` | `/api/v1/live/pallets/{pallet_id}/events` |
| [Live: Get Pallet Events By ID](https://beta.taostats.io/docs/api-reference/rpc-live/get-live-pallets-pallet-id-events-id) | `GET` | `/api/v1/live/pallets/{pallet_id}/events/{id}` |
| [Get Live Pallets Pallet ID Storage](https://beta.taostats.io/docs/api-reference/rpc-live/get-live-pallets-pallet-id-storage) | `GET` | `/api/v1/live/pallets/{pallet_id}/storage` |
| [Get Live Pallets Pallet ID Storage ID](https://beta.taostats.io/docs/api-reference/rpc-live/get-live-pallets-pallet-id-storage-id) | `GET` | `/api/v1/live/pallets/{pallet_id}/storage/{id}` |
| [RPC WebSocket](https://beta.taostats.io/docs/api-reference/rpc-live/get-rpc-ws-target) | `GET` | `/api/v1/rpc/ws/{target}` |
| [Post RPC Http](https://beta.taostats.io/docs/api-reference/rpc-live/post-rpc-http) | `POST` | `/api/v1/rpc/http` |
