Verify AuthenticationCopy Pagepost https://api.osl.com/openapi/v1/order/testVerify the authentication generated by Authentication and Signature (no order will be placed)Body ParamscategorystringrequiredTransaction type: FUTURE/SPOT; currently only FUTURE is supportedsymbolstringrequiredTrading pairsidestringrequiredSide: SELL/BUYpositionSidestringPosition side: Optional in one-way margin mode, default BOTH; required in hedge mode, optional LONG/SHORTnewClientOrderIdstringClient Order ID: Only supports [a-zA-Z0-9-_], if not provided, a UUID will be automatically generatedisolatedbooleanIs isolated: default falsefalsetruefalsetypestringrequiredOrder type: LIMIT/MARKET/STOP/TAKE_PROFIT/STOP_MARKET/TAKE_PROFIT_MARKETtimeInForcestringTime in force: GTC/FOK/IOC/POST_ONLY; default GTC; cannot be filled for MARKET/STOP_MARKET/TAKE_PROFIT_MARKETquantitynumberQuantity: One of quantity or amount; mutually exclusive with closePosition; required for LIMIT/MARKET/STOP/TAKE_PROFIT/STOP_MARKET/TAKE_PROFIT_MARKET types when closePosition is not providedpricenumberPrice: Required for LIMIT/STOP/TAKE_PROFIT; cannot be filled for MARKET/STOP_MARKET/TAKE_PROFIT_MARKETstopPricenumberStop price: Required for STOP/STOP_MARKET/TAKE_PROFIT/TAKE_PROFIT_MARKET; cannot be filled for other typesclosePositionbooleanClose all after triggering: Only supports STOP/STOP_MARKET/TAKE_PROFIT/TAKE_PROFIT_MARKET; mutually exclusive with quantity, amount, and reduceOnlyfalsetruefalsereduceOnlybooleanIs reduce only: Default false in one-way mode; cannot be true in hedge mode; mutually exclusive with closePositionfalsetruefalseworkingTypestringTrigger type: LAST_PRICE/MARK_PRICE; default LAST_PRICEnewOrderRespTypestringResponse type: ACK/RESULT; default ACK; MARKET orders directly return execution results when RESULT is usedselfTradePreventionModestringSelf-trade prevention mode: EXPIRE_TAKER/EXPIRE_MAKER/EXPIRE_BOTH; default EXPIRE_TAKERamountnumberNotional value: One of quantity or amount; if amount is provided, quantity can be omitted, and the system converts the quantity based on price and rounds up to the nearest integer multiple of the step size; mutually exclusive with closePositionResponse 200Order placed successfullyUpdated about 1 month ago