Skip to content
Discussion options

You must be logged in to vote

Here's the key distinction:

/rc endpoint:

  • Accesses data directly from the Relay Chain
  • Pre-migration: Returns staking information (since it existed on Relay Chain)
  • Post-migration: Returns empty responses for staking queries (since staking moved to Asset Hub)

useRcBlock=true parameter:

  • Accesses Asset Hub data using Relay Chain block numbering for continuity
  • Pre-migration: Returns empty/error responses for staking (since Asset Hub didn't handle staking yet)
  • Post-migration: Returns current staking state from Asset Hub, mapped to the corresponding Relay Chain block number

When to use each:

  • For pre-migration staking data → Use /rc/
  • For post-migration staking data with RC block references →…

Replies: 1 comment

Comment options

Imod7
Sep 9, 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