Jump to content
  • Sign Up

commerce/transactions/current/buys pages


Nikmaster.8049

Recommended Posts

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 by Nikmaster.8049
Link to comment
Share on other sites

  • 2 weeks later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...