Parameters
chainId
string
default:"1001"
required
Unique identifier for a blockchain network.
Request identifier used to match responses.
jsonrpc
string
default:"2.0"
required
JSON-RPC version.
method
string
default:"kaia_syncing"
required
JSON-RPC method name.
This method does not require any parameters.
Returns
Snapshot of rollup driver sync status.
L1BlockRef object with hash, number, parentHash, and timestamp.
Hash of the block (32 Bytes).
Block number (QUANTITY, 64 Bits).
Parent block hash (32 Bytes).
Block timestamp (QUANTITY, 64 Bits).
L1BlockRef object with hash, number, parentHash, and timestamp.
L1BlockRef object with hash, number, parentHash, and timestamp.
L1BlockRef object with hash, number, parentHash, and timestamp.
L1BlockRef object with hash, number, parentHash, and timestamp.
L2BlockRef object with hash, number, parentHash, timestamp, l1origin, and sequenceNumber.
Hash of the block (32 Bytes).
Block number (QUANTITY, 64 Bits).
Parent block hash (32 Bytes).
Block timestamp (QUANTITY, 64 Bits).
BlockID object containing hash and number.
Block hash (32 Bytes, DATA).
Block number (QUANTITY, 64 Bits).
Distance to first block of epoch (QUANTITY, 64 Bits).
L2BlockRef object with hash, number, parentHash, timestamp, l1origin, and sequenceNumber.
L2BlockRef object with hash, number, parentHash, timestamp, l1origin, and sequenceNumber.
L2BlockRef object with hash, number, parentHash, timestamp, l1origin, and sequenceNumber.
L2BlockRef object with hash, number, parentHash, timestamp, l1origin, and sequenceNumber.
curl --request POST \
--url https://api.uniblock.dev/uni/v1/json-rpc?chainId=1001 \
--header 'content-type: application/json' \
--data '{
"id": 1,
"jsonrpc": "2.0",
"method": "kaia_syncing",
"params": []
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": {}
}