量化实盘API
  1. xledoo.com
量化实盘API
  • xledoo.com
    • 连接有效性测试
      GET
    • 用户登录获取 token
      POST
    • 查询数据仓库单日数据
      GET
  • V3
    • ReportCapital
      POST
    • DataStore Post Data
      POST
    • ReportLog
      POST
  • FastQMT
    • check
      GET
    • v1
      POST
  1. xledoo.com

连接有效性测试

GET
https://xledoo.com/v2
测试站点连通性

请求参数

无

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://xledoo.com/v2'

返回响应

🟢200成功
application/json
Body
code
integer 
必需
msg
string 
必需
time
string 
必需
data
null 
必需
示例
{"code":1,"msg":"hellow v2.","time":"1696951938","data":null}
修改于 2023-10-10 15:32:06
下一页
用户登录获取 token
Built with