Call
A call in an extrinsic.
32-byte Blake2b-256, always 0x-prefixed and lowercase in responses. Inputs elsewhere may accept mixed case or missing 0x; the API normalizes outputs.
Possible values: Value must match regular expression ^0x[a-f0-9]{64}$
0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c332-byte Blake2b-256, always 0x-prefixed and lowercase in responses. Inputs elsewhere may accept mixed case or missing 0x; the API normalizes outputs.
Possible values: Value must match regular expression ^0x[a-f0-9]{64}$
0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3Call block height.
Possible values: >= 0
20324123Call block timestamp - milliseconds.
Possible values: >= 0
1755773684012Call runtime spec version.
Possible values: >= 0
1001Block status. - finalized: Blocks that have been finalized on chain. - proposed: Blocks that have been authored but not yet finalized. - pruned: Blocks that have been removed or are no longer accessible.
Possible values: [proposed, finalized, pruned]
Call extrinsic index.
Possible values: >= 0
032-byte Blake2b-256, always 0x-prefixed and lowercase in responses. Inputs elsewhere may accept mixed case or missing 0x; the API normalizes outputs.
Possible values: Value must match regular expression ^0x[a-f0-9]{64}$
0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3parentCallHash object
If a nested call, the call's parent call record id.
- Hash256Hex
- null
32-byte Blake2b-256, always 0x-prefixed and lowercase in responses. Inputs elsewhere may accept mixed case or missing 0x; the API normalizes outputs.
Possible values: Value must match regular expression ^0x[a-f0-9]{64}$
0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3A string representing the call path, using '::' as a delimiter and the index at each level.
root::calls::0An integer array that represents the indices of the arguments that lead to the call's position in the extrinsic argument hierarcy.
[0]Call's pallet index in the metadata.
Possible values: >= 0
0Call's pallet name in the metadata - capital case.
BalancesCall's index in the pallet in the metadata.
Possible values: >= 0
0Call's name in the pallet in the metadata - capital case.
ForceTransferWhether the call's extrinsic was successful.
args objectrequired
Call arguments.
Call arguments.
{
"hash": "0x28e4d435a46c1b6e59c82645620800cf06ea4b1e2979a2325f1f1fc2f232f82b",
"blockHash": "0x77d09455b5a5014cf8df62080f8a36aebd89f6dcec831c5acfb4444d07184b51",
"blockNumber": 29781585,
"blockTimestamp": 1755935208000,
"specVersion": 1006001,
"blockStatus": "finalized",
"callPath": "root::calls::0",
"callIndex": [
0,
2,
0
],
"extrinsicIndex": 0,
"extrinsicHash": "0x5cffd6624df1b3447bc5aa9db09a414f7b5058ff1b7bc3c53ae564248924fa0a",
"palletIndex": 2,
"palletName": "Timestamp",
"palletCallIndex": 0,
"palletCallName": "Set",
"extrinsicIsSuccessful": true,
"args": {
"now": "1755935208000"
}
}