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
Passing in the block hash into this endpoint for getting activity for a block will time out and returns back:
https://api.hiro.so/runes/v1/blocks/00000000000000000002461ebc57d847e9bd6d65be686b4a954db876e347e945/activity?offset=0&limit=1
{ "statusCode": 500, "code": "57014", "error": "Internal Server Error", "message": "canceling statement due to statement timeout" }
But passing in the block height 877950 works fine.
877950
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Passing in the block hash into this endpoint for getting activity for a block will time out and returns back:
https://api.hiro.so/runes/v1/blocks/00000000000000000002461ebc57d847e9bd6d65be686b4a954db876e347e945/activity?offset=0&limit=1
But passing in the block height
877950
works fine.The text was updated successfully, but these errors were encountered: