Skip to main content
POST
Request historical data generation for a strategy

Authorizations

Authorization
string
header
required

Enter 'Bearer' followed by a space and then your JWT or API Key. Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... or Bearer YOUR_API_KEY_HERE

Path Parameters

strategyId
string
required

UUID of the user strategy

Body

application/json
dates
string<date>[]
required

A list of dates to generate historical data for.

priority
integer
Example:

5

Response

The request was accepted and data is being generated.

success
boolean
Example:

true

data
string<date>[]

Dates accepted for generation.