Skip to main content
GET
/
customers
/
me
/
transactions
Customer List Transactions
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/customers/me/transactions
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

page
integer
default:1
Required range: x >= 1
page_size
integer
default:20
Required range: 1 <= x <= 100
type
string | null
status
string | null
account_id
string | null

Response

Successful Response