Skip to main content

get_spread_table

Function get_spread_table 

Source
pub async fn get_spread_table(
    __arg0: State<RestState>,
    body: Option<Json<Value>>,
) -> Result<Json<Value>, (StatusCode, Json<Value>)>
Expand description

v1.4.98 T2-1: 摆盘步长 SpreadTable (cmd 6503).

POST /api/spread-table (无 body / 可选 reserved). 返全部价位表 list, 每条含 spread_code + spread_item_list (price_from/to + value, 价格已 / 1e9 还原成 f64). 客户端 ModifyOrder/PlaceOrder 校验价格合法性必备.