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_pool_full_data
Using https://testnet.toncenter.com/api/v3/index.html#/api%2Fv2/api_v3_post_v2_rungetmethod
and the request:
{ "address": "kQANFsYyYn-GSZ4oajUJmboDURZU-udMHf9JxzO4vYM_hFP3", "method": "get_pool_full_data", "stack": [] }
we are given a 501 response error:
{ "error": "Unsupported stack parameter type: tuple" }
This is working on mainnet with the same values (and appropriate addresses).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using https://testnet.toncenter.com/api/v3/index.html#/api%2Fv2/api_v3_post_v2_rungetmethod
and the request:
we are given a 501 response error:
This is working on mainnet with the same values (and appropriate addresses).
The text was updated successfully, but these errors were encountered: