客户账单查询(settlementinfo_qry) 在线调试

客户账单查询

网关地址

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

URL

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

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
begin_date Integer 8 起始日期
end_date String 截止日期
money_type String 3 币种类别

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

数据字典(122)

total_type String 1 汇总模式
1明细2汇总0明细+汇总

返回参数

参数名 类型 最大长度 默认值 中文名 描述
content String 2000 公告内容
check_tab_data String 2000 帐单信息

正确返回示例

{
    "data": [
       {
            "check_tab_data": "            20200803  能源交易所     SC2009   00000021       买_      282.70      1.00                   }
      }
    ]
}