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
ankr_getTransactionsByAddress method Works terribly. Troubled blockchains:
The text was updated successfully, but these errors were encountered:
Requests to prove:
curl --location -g --request POST 'https://rpc.ankr.com/multichain/*YOUR-KEY-HERE*' --header 'Content-Type: application/json' --data-raw '{ "id": 1, "jsonrpc": "2.0", "method": "ankr_getTransactionsByAddress", "params": { "address": "0xf7767FF37d7DEE778EdA7Bea5866e09e22F58329", "blockchain": ["optimism"], "pageSize": 100 } }'
Sorry, something went wrong.
Requests to prove: curl --location -g --request POST 'https://rpc.ankr.com/multichain/*YOUR-KEY-HERE*' --header 'Content-Type: application/json' --data-raw '{ "id": 1, "jsonrpc": "2.0", "method": "ankr_getTransactionsByAddress", "params": { "address": "0xf7767FF37d7DEE778EdA7Bea5866e09e22F58329", "blockchain": ["optimism"], "pageSize": 100 } }'
If you change pageSize to 30, it will work. If you try to fetch the next page - it fill fail If you change pageSize to 31 - it will fail straightaway
No branches or pull requests
ankr_getTransactionsByAddress method
Works terribly.
Troubled blockchains:
Cannot fetch anymore than that even if I decrease the page size. If I increase, straigh to -32000 error
The text was updated successfully, but these errors were encountered: