Discussions
How to properly format trade filters
15 days ago by Dmitry Ryzhenkov
I've been so far really unsuccessful finding this information in the docs. There is just this one example of a maximum price filter:
{
"price_max" : 9999999
}
I cannot find anywhere the JSON scheme for any other filter. How would I, for instance, filter out auctions? Is it "auctions" : false
, "include_auctions" : false
, "auctions" : "include"
or maybe "ignore_auctions" : true
? If I have to do trial and error for every possible naming the API might receive and then every possible scheme that I must structure it in, I'll be busy for a long time.
All this said, I am probably blind and couldn't figure it out, but at this point I rather embarass myself than spend more time starting at the docs 🫠.
Thanks in advance for any help and pointers.