Rpc Live API
Rpc Live API
Section titled “Rpc Live API”14 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-api-v1-live-pallets-pallet-id-storage | GET | /api/v1/live/pallets/{pallet_id}/storage | 🟡 needs copy |
| get-api-v1-live-pallets-pallet-id-storage-id | GET | /api/v1/live/pallets/{pallet_id}/storage/{id} | 🟡 needs copy |