Pagination
#15920
Replies: 1 comment
-
Hey @Inon123 , can you try with URL encoding, check this for reference (#9168) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
I am having trouble using the "next_key" pagination parameter.
Specifically, I am using the call "/cosmos/staking/v1beta1/delegations/cosmos1z3mhyuhsxqejc494ftgjm7wlja3hg6dk4as3fd?pagination.limit=2" and the response includes a "next_key" value, which I am trying to use in the next API call like this: "/cosmos/staking/v1beta1/delegations/cosmos1z3mhyuhsxqejc494ftgjm7wlja3hg6dk4as3fd?pagination.limit=2&pagination.key=FDj4LONgkULD9w9DLIGTmPce+q8l". However, when I make this call, I get the error message "illegal base64 data at input byte 24.
Beta Was this translation helpful? Give feedback.
All reactions