This is the partner API for fetching orders.
Filtering: Get Orders supports filters such as filter[status],
filter[sortOrder], filter[walletAddress], and
filter[productsAvailed], plus exact match on
filter[partnerOrderId].
filter[productsAvailed] must be passed as a JSON-encoded array
string such as ["BUY"] or ["SELL"].
Pagination: Respect limit and skip to avoid large responses.
Your Partner Access Token. Please refer here for a tutorial on generating your access token.
startDate in YYYY-MM-DD format. Default to 90 days prior to current date
endDate in YYYY-MM-DD format. Defaults to current date
JSON-encoded array string for products availed, for example ["BUY"] or ["SELL"]
sort order by which you want your orders either desc or asc
filter orders based on a wallet address. Note: Returns BUY orders only