POST /strategy/grid
Request
POST /api/v1/strategy/grid
Content-Type: application/jsonBody
{
"exchange": "mexc",
"symbol": "BTC/USDT",
"lowerPrice": 40000,
"upperPrice": 44000,
"gridLevels": 10,
"orderSize": 100
}Parameters
Parameter
Type
Required
Description
Response
Examples
Errors
Code
Error
Description
Last updated