期货可买卖数量获取(maxentrust_qry) 在线调试

期货可买卖数量获取

网关地址

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

URL

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

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
futu_exch_type String 4 交易类别
futures_account String 12 交易编码
futu_code String 30 合约代码
entrust_bs String 1 买卖方向
futures_direction String 1 开平仓方向
hedge_type String 1 投机/套保类型
futu_entrust_price Float 12.6 委托价格

返回参数

参数名 类型 最大长度 默认值 中文名 描述
enable_amount Integer 10 可用数量
max_entrust_amount Integer 10 最大委托数量

正确返回示例

{
    "data": [
        {
            "max_entrust_amount": "47183.00",
            "enable_amount": "500.00"
        }
    ]
}