Skip to main content
GET
/
api
/
accounts
/
{id}
/
trade-stats
Trade statistics
curl --request GET \
  --url https://api.easierprop.com/api/accounts/{id}/trade-stats \
  --header 'X-API-Key: <api-key>'
{
  "ok": true,
  "data": {}
}

Authorizations

X-API-Key
string
header
required

Client API key (prefixed with sk_)

Path Parameters

id
string<uuid>
required

Account ID

Query Parameters

from
string
required

Start datetime (YYYY-MM-DDTHH:mm:ss)

Response

200 - application/json

Trade stats

ok
boolean
Example:

true

data
object