Skip to main content

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.

PropertyValue
Network IDsora-mainnet
Real-timeNo

Endpoint

Quick start

curl --compressed -X POST \
  'https://portal.sqd.dev/datasets/sora-mainnet/stream' \
  -H 'Content-Type: application/json' \
  -d '{
    "type": "substrate",
    "fromBlock": 0,
    "toBlock": 100,
    "fields": {
      "block": { "number": true, "timestamp": true },
      "event": { "name": true, "args": true }
    },
    "events": [{}]
  }'
For full SDK examples:

Pipes SDK Quickstart

Streaming pipeline indexer

Squid SDK Quickstart

GraphQL API indexer

Schema

FieldTypeDescription
numberintegerBlock number
hashstringBlock hash
parent_hashstringParent block hash
timestampintegerBlock timestamp
state_rootstringState root hash
extrinsics_rootstringExtrinsics root hash
spec_versionintegerRuntime specification version
FieldTypeDescription
indexintegerExtrinsic index in block
hashstringExtrinsic hash
versionintegerExtrinsic version
signatureobjectSignature information
successbooleanWhether extrinsic succeeded
errorobjectError information if failed
callobjectCall data
FieldTypeDescription
indexintegerEvent index
phasestringApplyExtrinsic, Finalization, Initialization
extrinsic_indexintegerAssociated extrinsic index
namestringEvent name
argsobjectEvent arguments
topicsarrayEvent topics
FieldTypeDescription
namestringCall name (pallet.method)
argsobjectCall arguments
originobjectCall origin
successbooleanWhether call succeeded
errorobjectError information if failed

Reference

API Reference

Field definitions and query syntax

Portal Migration

Migrate from v2 archives to Portal