Nikmaster.8049 Posted August 1, 2021 Share Posted August 1, 2021 (edited) Hallo commerce/transactions/current/buys it is just able to return 200 items max. If I increase pages it does not work. Only pages = 0 works. commerce/transactions/current/buys?page=0ß&page_size=200 but this does not work, it returns "text" and nothing more: commerce/transactions/current/buys?page=0ß&page_size=200 Can someone please help me? Edited August 1, 2021 by Nikmaster.8049 Link to comment Share on other sites More sharing options...
Orih.5210 Posted August 2, 2021 Share Posted August 2, 2021 u have a typing error after the 0 of the page Link to comment Share on other sites More sharing options...
Nikmaster.8049 Posted August 2, 2021 Author Share Posted August 2, 2021 Oh, but this is just in the screenshot. It is not in my actual code. Just page=0 works, others return "text" 😕 Link to comment Share on other sites More sharing options...
Nikmaster.8049 Posted August 9, 2021 Author Share Posted August 9, 2021 push Link to comment Share on other sites More sharing options...
Nikmaster.8049 Posted August 12, 2021 Author Share Posted August 12, 2021 can someone help me pls? 😕 Link to comment Share on other sites More sharing options...
Nikmaster.8049 Posted August 26, 2021 Author Share Posted August 26, 2021 How do I get all buying orders instead of just 200?????? Link to comment Share on other sites More sharing options...
Healix.5819 Posted August 26, 2021 Share Posted August 26, 2021 That is how you do it (?page_size=200&page=#). You can only request page 1+ if you have more than 200 items, otherwise it'll return a page out of range error ({ "text": "page out of range. Use page values 0 - #." }). I can't test "buys" but I can confirm it's working for "sells": api.guildwars2.com/v2/commerce/transactions/current/sells?page_size=200&page=#&access_token=key Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now