Skip to content

Get Exercise Requests

GET
/exercise-requests

Parameters

Header Parameters

X-API-KEY*

API key for authorization.

Type
string
Required

Query Parameters

account_number*

Account number associated with the exercise requests.

Type
string
Required
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"
  
  
}
  
]
}

Playground

Headers
Variables
Key
Value

Samples

Powered by VitePress OpenAPI