curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/orders/history/paginated \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": {}
}Returns closed orders within a date range with pagination support.
curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/orders/history/paginated \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": {}
}Client API key (prefixed with sk_)
Account ID
Start datetime (YYYY-MM-DDTHH:mm:ss)
End datetime (YYYY-MM-DDTHH:mm:ss)
Page number
Results per page