Market DataPrice PrecisionVersion: NextOn this pagePrice Precision Get the price step configuration for a specified trading pair. Interface Information Method: GET Path: /api/v1/stock/open-api/priceSteps Request ParametersParameterTypeRequiredDescriptionsymbolstringYesTrading pairRequest ExampleGET /api/v1/stock/open-api/priceSteps?symbol=XSM Response FieldsFieldTypeDescriptioncodeintStatus codemsgstringStatus messagedata.symbolstringTrading pairdata.stepsarrayPrice step arrayResponse Example{ "code": 0, "msg": "success", "data": { "symbol": "XSM", "steps": [ "0.0001", "0.001", "0.01", "0.1", "1" ] }}