POST /strategy/grid
Last updated
{
"id": "grid-mexc-BTC-USDT-1710000000000",
"status": "running",
"message": "Grid strategy started successfully",
"config": {
"exchange": "mexc",
"symbol": "BTC/USDT",
"lowerPrice": 40000,
"upperPrice": 44000,
"gridLevels": 10,
"orderSize": 100,
"gridSpacing": 400
}
}curl -X POST "http://localhost:3000/api/v1/strategy/grid" \
-H "Content-Type: application/json" \
-d '{
"exchange": "mexc",
"symbol": "BTC/USDT",
"lowerPrice": 40000,
"upperPrice": 44000,
"gridLevels": 10,
"orderSize": 100
}'