交易所时间差查询(exchangetime_qry) 在线调试

交易所时间差查询

网关地址

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

URL

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

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

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

返回参数

参数名 类型 最大长度 默认值 中文名 描述
futu_exch_type String 4 交易类别
curr_time Integer 8 当前时间
diff_time Integer 6 时间差

正确返回示例

{
    "data": [
        {
            "futu_exch_type": "F1",
            "diff_time": "-54843",
            "curr_time": "132014649",
            "futu_diff_time": "-54843"
        }
   ]
}