ameerpostalman.8975:

Working on organizing and building a trade monitoring app, however I’ve run into a snag.
I am able to retrieve my buy orders after authenticating, with this link
https://tradingpost-live.ncplatform.net/ws/me.json?type=buy

However it only provides me with the first 20 items when I clearly have 25 items, is there any reason for this?

Healix.5819:

The trading post is not part of the officially released API, so when you use it, you’re doing so at your own risk. Not all features of the trading post work, the count being the most obvious one. Another feature that many people probably don’t know about, which is not working, is the ability to filter searches based on profession.

DarkSpirit.7046:

I don’t have many items in my buy orders right now but supplying the count parameter should work. I just tested it with my past buy orders and that works.

Use https://tradingpost-live.ncplatform.net/ws/me.json?time=now&type=buy&charid=<your charid>&offset=1&count=<your count>