How would i get my acc current buy orders?

How would i get my acc current buy orders?

in API Development

Posted by: gegula.8247

gegula.8247

Hi , im just starting to have fun with this wonderful api , im not that much of a coder so pardon me asking , but im stuck , how would i get all my acc buy orders , and sell orders with direct link ?
sth like https://api.guildwars2.com/v2/commerce/prices/1525 ( but instead that , my api key and my listing , thanks!)

How would i get my acc current buy orders?

in API Development

Posted by: gegula.8247

gegula.8247

How would i get my acc current buy orders?

in API Development

Posted by: gegula.8247

gegula.8247

How would i get my acc current buy orders?

in API Development

Posted by: gegula.8247

gegula.8247

also another question , it says that i can ask for third endpoint but if i do it i get error
https://api.guildwars2.com/v2/commerce/transactions/current/buys/price?&access_token=

How would i get my acc current buy orders?

in API Development

Posted by: Lawton Campbell

Lawton Campbell

Web Programmer

Not really sure what you mean by “third endpoint”. For your account’s current orders, there’s only two endpoints:

  • /v2/commerce/transactions/current/buys
  • /v2/commerce/transactions/current/sells

Those provide paginated responses; you can use the page query parameter (e.g., “/v2/commerce/transactions/current/buys?page=1&access_token=asdf”) to get all the results (the first page is page 0).

How would i get my acc current buy orders?

in API Development

Posted by: gegula.8247

gegula.8247

i ment to say , to see for example price or quantity only?