API add "page" parameter #296
inartin
started this conversation in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are a few API calls that have a pagination with the continuation token.
I desperately need to indicate the page parameter as well. So I don't need to go through 10 pages or load 1k items on one page until I get to the items I actually need.
For example, the call getItemsByCollection
Accepted parameters according to the documentation:
No page nr parameter.
It is a common practice to have such a parameter, even OpenSea API has this.
Beta Was this translation helpful? Give feedback.
All reactions