Documentation Index
Fetch the complete documentation index at: https://beta.docs.sqd.dev/llms.txt
Use this file to discover all available pages before exploring further.
| Property | Value |
|---|---|
| Network ID | invarch-parachain |
| Real-time | No |
Endpoint
- Portal (recommended)
- v2 archives (legacy)
Quick start
Pipes SDK Quickstart
Streaming pipeline indexer
Squid SDK Quickstart
GraphQL API indexer
Schema
Blocks
Blocks
| Field | Type | Description |
|---|---|---|
number | integer | Block number |
hash | string | Block hash |
parent_hash | string | Parent block hash |
timestamp | integer | Block timestamp |
state_root | string | State root hash |
extrinsics_root | string | Extrinsics root hash |
spec_version | integer | Runtime specification version |
Extrinsics
Extrinsics
| Field | Type | Description |
|---|---|---|
index | integer | Extrinsic index in block |
hash | string | Extrinsic hash |
version | integer | Extrinsic version |
signature | object | Signature information |
success | boolean | Whether extrinsic succeeded |
error | object | Error information if failed |
call | object | Call data |
Events
Events
| Field | Type | Description |
|---|---|---|
index | integer | Event index |
phase | string | ApplyExtrinsic, Finalization, Initialization |
extrinsic_index | integer | Associated extrinsic index |
name | string | Event name |
args | object | Event arguments |
topics | array | Event topics |
Calls
Calls
| Field | Type | Description |
|---|---|---|
name | string | Call name (pallet.method) |
args | object | Call arguments |
origin | object | Call origin |
success | boolean | Whether call succeeded |
error | object | Error information if failed |
Reference
API Reference
Field definitions and query syntax
Portal Migration
Migrate from v2 archives to Portal
