期货合约保证金查询(contractbail_qry) 在线调试

期货合约保证金查询

网关地址

沙箱环境调用地址: https://sandbox.hscloud.cn
数据核查类生产调用地址: https://api.hscloud.cn
仿真业务接口生产调用地址: https://vopen.hscloud.cn
其余生产调用地址: https://open.hscloud.cn

URL

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

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
futu_exch_type String 4 交易类别
futu_code String 30 合约代码
request_num Integer 10 请求行数
position_str String 100 定位串

返回参数

参数名 类型 最大长度 默认值 中文名 描述
futu_exch_type String 4 交易类别
futu_code String 30 合约代码
futu_name String 12 品种简称
futucode_type String 4 合约代码类别
money_type String 3 币种类别

【限制字典子项:2-港 币
1-美 元
0-人民币】

数据字典(122)

stop_flag String 1 停止交易标志
amount_per_hand Integer 10 合约乘数
futu_report_unit String 1 申报单位
price_unit String 1 价格单位
futu_price_step Float 12.6 最小价差
open_unit Float 16.2 开仓单位
drop_unit Float 16.2 平仓单位
max_market_amount Integer 10 市价委托每笔最大下单数量
max_limited_amount Integer 10 限价委托每笔最大下单数量
open_ratio Float 9.8 开仓成交金额比例
open_margin Float 16.2 开仓单位数量保证金金额
position_str String 100 定位串

正确返回示例

{
    "data": [
        {
            "fopt_strike_price": "0",
            "futu_report_unit": "1",
            "pre_delta": "0",
            "amount_per_hand": "10",
            "open_ratio": "0.16000000",
            "open_margin": "0",
            "strike_date": "20191022",
            "futu_name": "苹果010",
            "futu_price_step": "1.000000",
            "pre_delta_value": "0",
            "futu_exch_type": "F1",
            "futucode_type": "AP",
            "position_str": "1",
            "futu_product_type": "1",
            "fopt_type": "0",
            "money_type": "0",
            "stop_flag": "1",
            "futu_code": "AP010",
            "fopt_expiry": "!",
            "min_margin": "",
            "price_unit": "2",
            "drop_unit": "1",
            "open_unit": "1",
            "expire_date": "20201022",
            "max_market_amount": "200.00",
            "max_limited_amount": "500.00",
            "underlying_code": " ",
            "high_side_prefer_flag": "0",
            "prefer_flag": "0"
        }
   ]
}