期货客户账单确认(settlementinfo_confirm) 在线调试

期货客户账单确认

网关地址

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

URL

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

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述

返回参数

参数名 类型 最大长度 默认值 中文名 描述
bill_flag String 1 确认标志
(0表示未确认,1表示确认)

正确返回示例

{
    "data": [
        {
            "bill_flag": "1",
            "fund_account": "100000998"
        }
    ]
}