Time-Weighted Average Price
{
"executionType": "TWAP",
"leverage": 5,
"usdValue": 5000,
"slippage": 0.01,
"twapDuration": 30,
"twapIntervalSeconds": 60,
"randomizeExecution": true,
"longAssets": [{ "asset": "BTC", "weight": 0.5 }],
"shortAssets": [{ "asset": "ETH", "weight": 0.5 }]
}Last updated