curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/positions/closed \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": [
{}
]
}Get positions closed within a date range.
curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/positions/closed \
--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)