In the item listing section of the public api sell-or-buy is one of the returned values. However in the actual call there is no sell-or-buy value. There is also a total while the api makes no mention of it.
The documentation says it will return this.
{
"sell-or-buy" : "sell",
"count" : 250,
"page" : 1,
"last_page" : 3,
"results" : [
{
However it returns this
{
"count":250,
"page":1,
"last_page":10,
"total":2338,
"results":[{
In the item listing section of the public api sell-or-buy is one of the returned values. However in the actual call there is no sell-or-buy value. There is also a total while the api makes no mention of it. The documentation says it will return this. { "sell-or-buy" : "sell", "count" : 250, "page" : 1, "last_page" : 3, "results" : [ {
However it returns this { "count":250, "page":1, "last_page":10, "total":2338, "results":[{