Open aplusm opened 2 months ago
bump - this endpoint is unusable.
https://paymium.com/api/v1/user/orders?limit=10
-> 20 orders
https://paymium.com/api/v1/user/orders?offset=0
-> 11 orders
https://paymium.com/api/v1/user/orders?offset=11
-> 1 order
https://paymium.com/api/v1/user/orders?offset=-9
-> HTTP 500
According to the documentation, the endpoint /user/orders has the following query parameters:
When calling this endpoint in python:
active
does nothing. All orders are returnedtypes
is not taken into account (all order types are returned)limit
does not workoffset
seems respected thoughFurthemore, how are orders ordered ?