Get Exercise Requests
GET
/exercise-requests
Parameters
Header Parameters
X-API-KEY*
API key for authorization.
Type
Requiredstring
Query Parameters
account_number*
Account number associated with the exercise requests.
Type
Requiredstring
after
Filter by the requested timestamp, showing only requests after the specified date-time.
Type
string
until
Filter by the requested timestamp, showing only requests until the specified date-time.
Type
string
Responses
List of exercise requests, filtered by optional query parameters if provided.
application/json
JSON "exercise_requests": [ { "exercise_id": "exercise_test123", "quantity": "1", "requested_timestamp": "2024-03-27T00:13:20.961779Z", "status": "new", "symbol": "MSFT 240419C00300000" } ]
{
}