You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello developers,
I am trying to use get_actions, but I am not able to apprehend the result.
I am passing {"pos":0, "offset": 10, "account_name": "accountname"}
in my curl request on mainnet.
According to the docs, it should return me any array of [0,10), i.e. a total of 10 elements of [0,9].
But instead I am getting an array of 11 elements. Can't figure out the problem.
Thanks for any help! :)
The text was updated successfully, but these errors were encountered:
Hello developers,
I am trying to use get_actions, but I am not able to apprehend the result.
I am passing
{"pos":0, "offset": 10, "account_name": "accountname"}
in my curl request on mainnet.
According to the docs, it should return me any array of [0,10), i.e. a total of 10 elements of [0,9].
But instead I am getting an array of 11 elements. Can't figure out the problem.
Thanks for any help! :)
The text was updated successfully, but these errors were encountered: