Added

Filter account activities by order with "order_id"

Adds the order_id query parameter to the account activities endpoints. Pass an order ID to return only the activities (such as fills) associated with that order.

Broker API

  • GET /v1/accounts/activities
  • GET /v1/accounts/activities/{activity_type}

Trading API

  • GET /v2/account/activities
  • GET /v2/account/activities/{activity_type}