Skip to main content
GET
/
customers
/
{customer_id}
/
trader-days
Get Customer Trader Days
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/customers/{customer_id}/trader-days
{
  "customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "from": "2023-12-25",
  "to": "2023-12-25",
  "total_days": 123,
  "days": [
    {
      "date": "2023-12-25",
      "first_order_at": "2023-11-07T05:31:56Z",
      "symbol": "<string>",
      "login": "<string>"
    }
  ]
}

Path Parameters

customer_id
string<uuid>
required

Query Parameters

from
string<date> | null
to
string<date> | null

Response

Successful Response

customer_id
string<uuid>
required
from
string<date>
required
to
string<date>
required
total_days
integer
required
days
TraderDayEntry · object[]
required