get https://api-stg.transak.com/partners/api/v2/orders
Get all the orders for the partner
This is the partner's api for GET orders
- Filtering:
Get Orders
supports filters such asfilter[status]
,filter[sortOrder]
,filter[walletAddress]
, andfilter[productsAvailed]=["BUY"|"SELL"]
, pluspartnerOrderId
exact match. - Pagination: Respect
limit
/skip
to avoid large responses.