Get Account Activities of Multiple Types

GET {{baseUrl}}/v2/account/activities

Returns account activity entries for many types of activities.

Request Params

KeyDatatypeRequiredDescription
activity_typesstringA 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

KeyDatatypeRequiredDescription
Acceptstring
Apca-Api-Key-Idstring
Apca-Api-Secret-Keystring

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"}]