Skip to main content
POST
Submit backtest run

Authorizations

Authorization
string
header
required

Bearer JWT obtained from the wallet session flow. See the Authentication guide.

Body

application/json
dataset_id
string
required
Example:

"sol-perp-1h-2025"

strategy
object
required

Strategy card definition.

fees
number
required

Taker fee assumption (bps).

Example:

5

slippage
number
required

Slippage assumption (bps).

Example:

3

funding
boolean
required

Apply funding to the simulation.

Example:

true

Response

Run accepted and queued

success
boolean
Example:

true

data
object