Get Account Activities of Multiple Types
GET {{baseUrl}}/v2/account/activities
Returns account activity entries for many types of activities.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
activity_types | string | A comma-separated list of the activity types to include in the response. If unspecified, activities of all types will be returned. (Cannot be used with category) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Apca-Api-Key-Id | string | ||
Apca-Api-Secret-Key | string |
RESPONSES
status: OK
[{"activity_type":"FILL","id":"7-208b-de24-532d-30692ba23348","cum_qty":"5","leaves_qty":"4","price":"100.00","qty":"2","side":"buy","symbol":"AAPL","transaction_time":"2018-11-26T22:29:26.729Z","order_id":"288fa4b7-208b-de24-532d-30692ba23348","type":"fill","order_status":"new"}]