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!)

gegula.8247:

im trying https://api.guildwars2.com/v2/commerce/transactions?&access_token= with no luck ;/

gegula.8247:

oh nvm figured it out , kitten im stuped
https://api.guildwars2.com/v2/commerce/transactions/current/buys?&access_token=

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=

Lawton Campbell.8517:

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).

gegula.8247:

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