Skip to content

Commit c79b6b4

Browse files
committed
update http api url
1 parent cf982e7 commit c79b6b4

10 files changed

+26
-14
lines changed

http_interface/batch_kline_query.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
33
## GET Batch K-Line Query
44

5-
GET /quote-b-api/batch-kline
5+
GET /batch-kline
6+
7+
> Please refer to the complete URL in [API Address Description](./api_address_description.md)
68
79
Batch query K-line functionality. Due to the large number of batch query parameters, they are placed in the body, with only the token field parameter remaining in the URL parameters.
810

http_interface/batch_kline_query_cn.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
33
## GET 批量K线查询
44

5-
GET /quote-b-api/batch-kline
5+
GET /batch-kline
6+
7+
> 完整的URL请参见[API地址说明](./api_address_description_cn.md)
68
79
批量查询K线功能,由于批量查询参数比较多,放入body中,url参数中只保留token字段参数。
810

911
> Body 请求参数
1012
1113
```json
1214
{
13-
"trace": "py_http_test1",
15+
"trace": "c2a8a146-a647-4d6f-ac07-8c4805bf0b74",
1416
"data": {
1517
"data_list": [
1618
{
@@ -55,7 +57,7 @@ GET /quote-b-api/batch-kline
5557
{
5658
"ret": 200,
5759
"msg": "ok",
58-
"trace": "asdfsdfa",
60+
"trace": "c2a8a146-a647-4d6f-ac07-8c4805bf0b74",
5961
"data": {
6062
"kline_list": [
6163
{

http_interface/common_standard_header.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
```json
1111
{
12-
"trace": "40f8-9555-14015e32b7a",
12+
"trace": "c2a8a146-a647-4d6f-ac07-8c4805bf0b74",
1313
"data": {
1414
}
1515
}
@@ -28,7 +28,7 @@
2828
{
2929
"ret": 202,
3030
"msg": "request data param invalid",
31-
"trace": "40f8-9555-14015e32b7a",
31+
"trace": "c2a8a146-a647-4d6f-ac07-8c4805bf0b74",
3232
"data": {}
3333
}
3434

http_interface/common_standard_header_cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
| data | 数据体 | object || 具体数据格式见各个接口定义 |
99
```json
1010
{
11-
"trace":"asdfsdfa",
11+
"trace":"c2a8a146-a647-4d6f-ac07-8c4805bf0b74",
1212
"data":{
1313
}
1414
}
@@ -26,7 +26,7 @@
2626
{
2727
"ret":202,
2828
"msg":"request data param invalid",
29-
"trace":"asdfsdfa",
29+
"trace":"c2a8a146-a647-4d6f-ac07-8c4805bf0b74",
3030
"data":{
3131
}
3232
}

http_interface/kline_query.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
33
## GET K-Line Query
44

5-
GET /quote-stock-b-api/kline
5+
GET /kline
6+
> Please refer to the complete URL in [API Address Description](./api_address_description.md)
67
78
### Request Parameters
89

http_interface/kline_query_cn.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
33
## GET K线查询
44

5-
GET /quote-stock-b-api/kline
5+
GET /kline
6+
> 完整的URL请参见[API地址说明](./api_address_description_cn.md)
67
78
### 请求参数
89

http_interface/latest_order_book_price_query.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
33
## GET Latest Depth Tick Query
44

5-
GET /quote-stock-b-api/depth-tick
5+
GET /depth-tick
6+
> Please refer to the complete URL in [API Address Description](./api_address_description.md)
67
78
### Request Parameters
89

http_interface/latest_order_book_price_query_cn.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
33
## GET 最新盘口报价查询
44

5-
GET /quote-stock-b-api/depth-tick
5+
GET /depth-tick
6+
> 完整的URL请参见[API地址说明](./api_address_description_cn.md)
67
78
### 请求参数
89

http_interface/latest_transaction_price_query.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
33
## GET Latest Trade Tick Query
44

5-
GET /quote-stock-b-api/trade-tick
5+
GET /trade-tick
6+
> Please refer to the complete URL in [API Address Description](./api_address_description.md)
7+
68

79
### Request Parameters
810

http_interface/latest_transaction_price_query_cn.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
33
## GET 最新成交报价查询
44

5-
GET /quote-stock-b-api/trade-tick
5+
GET /trade-tick
6+
7+
> 完整的URL请参见[API地址说明](./api_address_description_cn.md)
68
79
### 请求参数
810

0 commit comments

Comments
 (0)