Skip to content
Discussion options

You must be logged in to vote

If you have a Asset Hub block number and you would like to retrieve the Relay Chain block number, this information is included in the response of

/blocks/_AH_BLOCK_HEIGHT_

under extrinsics > args > data > validationData > relayParentNumber field as shown below:

"extrinsics": [
       {
           "method": {
               "pallet": "parachainSystem",
               "method": "setValidationData"
           },
           "signature": null,
           "nonce": null,
           "args": {
               "data": {
                   "validationData": {
                       "parentHead": "...",
                >>>    "relayParentNumber": "27205581",
                       "relayParentStorage…

Replies: 1 comment

Comment options

Imod7
Sep 10, 2025
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by Imod7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant