检查期货合约代码 (check_futu_code)

检查期货合约代码

URL

https://sandbox.hscloud.cn/futu/v1/check_futu_code

是否需要业务登录

HTTP请求方式

GET,POST

支持格式

JSON

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
futu_exch_type String 4 交易类别
futu_code String 30 合约代码
futures_account String 12 交易编码

返回参数

参数名 类型 最大长度 默认值 中文名 描述
futu_exch_type String 4 交易类别
futu_code String 30 合约代码
futures_account String 12 交易编码
enable_balance Float 16.2 可用资金
futu_price_step Float 12.6 最小价差
buy_amount Integer 10 买持仓量
sale_amount Integer 10 卖持仓量
real_buy_amount Integer 10 回报买入数量
real_sale_amount Float 16.2 今开仓卖出持仓量
pre_square_price Float 12.6 昨日结算价
uplimited_price Float 12.6 涨停板价格
downlimited_price Float 12.6 跌停板价格
futu_last_price Float 12.6 最新价格
buy_high_price Float 11.4 最高买价价格
sale_low_price Float 12.6 最低卖出价
hedge_type String 1 投机/套保类型

正确返回示例