RPC Live API
RPC Live API
Section titled “RPC Live API”16 endpoint(s) in this group.
| Endpoint | Method | Path | Status |
|---|---|---|---|
| Live: Get Free TAO Balance | GET | /api/v1/live/accounts/{address}/balance-info | ✅ |
| Live: Get Extrinsics For Block Range | GET | /api/v1/live/blocks | ✅ |
| Live: Get Latest Block Extrinsics | GET | /api/v1/live/blocks/head | ✅ |
| Live: Get Extrinsics For Specific Block | GET | /api/v1/live/blocks/{height} | ✅ |
| Live: Get Extrinsic | GET | /api/v1/live/blocks/{height}/extrinsics/{index} | ✅ |
| Live: Get Raw Extrinsics For Specific Block | GET | /api/v1/live/blocks/{height}/extrinsics-raw | ✅ |
| Live: Get Node Transaction Pool | GET | /api/v1/live/node/transaction-pool | ✅ |
| Live: Get Node Version | GET | /api/v1/live/node/version | ✅ |
| Live: Get Pallet Consts | GET | /api/v1/live/pallets/{pallet_id}/consts | ✅ |
| Live: Get Pallet Consts By ID | GET | /api/v1/live/pallets/{pallet_id}/consts/{id} | ✅ |
| Live: Get Pallet Events | GET | /api/v1/live/pallets/{pallet_id}/events | ✅ |
| Live: Get Pallet Events By ID | GET | /api/v1/live/pallets/{pallet_id}/events/{id} | ✅ |
| Get Live Pallets Pallet ID Storage | GET | /api/v1/live/pallets/{pallet_id}/storage | 🟡 needs copy |
| Get Live Pallets Pallet ID Storage ID | GET | /api/v1/live/pallets/{pallet_id}/storage/{id} | 🟡 needs copy |
| Get RPC Ws Target | GET | /api/v1/rpc/ws/{target} | 🟡 needs copy |
| Post RPC Http | POST | /api/v1/rpc/http | 🟡 needs copy |