We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get the list of transfer made in block 100 - 1000 where current block number is 1m+
/api/v2/scan/transfer
{ "from_block": 100, "to_block": 1000, "row": 50, "page": 1, }
List of transfers made in given block range.
[ { 'extrinsic_index': 100-2, // .... }, { 'extrinsic_index': 101-2, // .... } ]
[ { 'extrinsic_index': 1563546-2, // .... }, { 'extrinsic_index': 1563547-2, // .... } ]
Subscan is connected to archive node so state should also be present in the underlying node subscan connects to.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Goal:
get the list of transfer made in block 100 - 1000 where current block number is 1m+
Endpoint used:
/api/v2/scan/transfer
Expected
List of transfers made in given block range.
Actual response
Subscan is connected to archive node so state should also be present in the underlying node subscan connects to.
The text was updated successfully, but these errors were encountered: