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

DataStore Post Data

开发中
POST
https://xledoo.com/v3/report/datastore

请求参数

Header 参数
X-API-Key
string 
可选
示例值:
ak_202506011dhoYfQ806tcJFPnA8mVjIPf6jcYnrNb
Body 参数multipart/form-data
sign
string 
必需
示例值:
test
context
string 
必需
示例值:
{ "sign": "test_data_001", "context": "{\"data\":\"test\"}"}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://xledoo.com/v3/report/datastore' \
--header 'X-API-Key: ak_202506011dhoYfQ806tcJFPnA8mVjIPf6jcYnrNb' \
--form 'sign="test"' \
--form 'context="{    \"sign\": \"test_data_001\",    \"context\": \"{\\\"data\\\":\\\"test\\\"}\"}"'

返回响应

🟠400请求有误
application/json
Body
code
integer 
必需
msg
string 
必需
time
string 
必需
data
null 
必需
response_time
string 
必需
示例
{
    "code": 0,
    "msg": "string",
    "time": "string",
    "data": null,
    "response_time": "string"
}
修改于 2025-05-31 21:01:09
上一页
ReportCapital
下一页
ReportLog
Built with