查询历史成交接口1

信用账户查询历史成交接口

/api/v1.0/order

请求方式:GET

参数 必填 类型 描述
account Y string 交易账号
daytype Y string 0=当日 1=历史
type Y string 0=委托 1=成交

请求实列:

http://127.0.0.1:9999/api/v1.0/creditorder?account=1200012000&daytype=1&type=1

返回数据:

[
    [
        "合同编号",
        "证券代码",
        "证券名称",
        "操作",
        "成交数量",
        "成交均价",
        "成交金额",
        "交易市场",
        "股东帐户",
        "成交编号",
        "成交时间",
        ""
    ]
]

?>