-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmultimarkets-api-swagger.json
11663 lines (11637 loc) · 358 KB
/
multimarkets-api-swagger.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
info:
title: CATS2-B端开放接口文档
description: ''
version: 1.0.0
tags:
- name: 接口认证鉴权
- name: 基础数据相关
- name: 产品数据相关
- name: 资金服务相关
- name: 客户服务相关
- name: 消息服务相关
- name: 交易服务相关
- name: WP邮件发送
- name: 机器人配置相关
- name: 合约机器人配置
- name: 新客投教活动
- name: 合约交易相关
- name: 合约交易相关/全仓合约交易
- name: 合约交易相关/逐仓合约交易
- name: 杠杆交易相关
- name: 现货交易相关
- name: 股票交易相关
- name: 基础风控设置
- name: 射单风控设置
- name: 行情订阅相关
- name: 行情订阅相关/http请求接口
- name: 交易接口/全仓合约交易
- name: 交易接口/逐仓合约交易
- name: 行情/http接口
- name: AdminMarginConfigService
- name: AdminTradeConfigService
paths:
/global/tradeapi.admin.CfdMMOrderApiService.addMarketOrder:
post:
summary: 下单
deprecated: false
description: |-
说明:合约全仓交易下单
```
group=tradeApi
version=0.0.1
bizType=tradeapi.business.CfdMMOrderApiService.addMarketOrder
```
tags:
- 合约交易相关/全仓合约交易
- 交易接口/全仓合约交易
parameters:
- name: companyId
in: header
description: ''
required: false
type: string
x-example: '{{company}}'
- name: token
in: header
description: ''
required: false
type: string
x-example: '{{auto_token}}'
- name: lang
in: header
description: ''
required: false
type: string
x-example: en-US
- name: group
in: header
description: ''
required: false
type: string
x-example: tradeApi
- name: trace
in: header
description: ''
required: false
type: string
x-example: '{{mock_trace}}'
- name: version
in: header
description: ''
required: false
type: string
x-example: 0.0.1
- name: body
in: body
schema:
type: object
properties:
tradeType:
type: integer
title: 玩法ID
description: 玩法ID,本玩法下应填1
format: long
accountId:
type: integer
title: 账户ID
description: 账户ID,非必填。如填,已该账户进行交易
format: long
bizType:
type: integer
title: 业务类型
description: 业务类型,1-市价开;2-市价平;10-限价预埋单;11-停损预埋单;12-限价开
format: int32
direction:
type: integer
title: 订单买卖方向
description: 订单买卖方向,1-买;2-卖;
format: int32
symbolId:
type: integer
title: 产品ID
format: long
description: 产品ID,产品ID
positionId:
type: integer
title: 仓位ID
description: 仓位ID,平仓下单时,必填
format: long
requestTime:
type: integer
title: 下单请求时间
description: 下单请求时间,13位时间戳
format: long
requestPrice:
type: string
title: 下单时价格
description: 下单时价格,需乘以10的`产品报价小数位`次方,处理为整数传入。仅作下单记录,非成交价格。
requestNum:
type: string
title: 下单手数
description: 下单手数
stopLoss:
type: string
title: 止损单价
description: 止损单价,需乘以10的`产品报价小数位`次方,处理为整数传入。
takeProfit:
type: string
title: 止盈单价
description: 止盈单价,需乘以10的`产品报价小数位`次方,处理为整数传入。
expireType:
type: integer
title: 过期类型
description: 过期类型,仅预埋单有效。1-当日有效;2-当周有效;
format: int32
remark:
type: string
title: 备注
description: 备注
accountCurrency:
type: string
title: 账户货币
description: 账户货币
accountDigits:
type: integer
title: 账户小数位
format: int32
description: 账户小数位
crossLevelNum:
type: integer
title: 杠杆倍数
format: int32
description: 杠杆倍数,仅开仓有效,同个产品应仅有一个杠杆倍数
customerNo:
type: string
title: 客户编号
customerId:
type: integer
title: 客户id
customerGroupId:
type: integer
title: 客户组id
required:
- tradeType
- bizType
- direction
- symbolId
- requestTime
- requestPrice
- requestNum
- accountCurrency
- accountDigits
- customerNo
- customerId
- customerGroupId
responses:
'200':
description: 成功
schema:
type: object
properties:
bizCode:
type: string
title: 模块标识码
description: 模块标识码
code:
type: string
title: 状态返回码
description: 状态返回码
msg:
type: string
title: 状态描述
description: 状态描述
tm:
type: integer
format: int64
title: 处理时长(毫秒)
description: 处理时长(毫秒)
trace:
type: string
title: 跟踪码
description: 跟踪码
msgParams:
type: string
title: 返回描述中占位符参数串,多个参数间以,分割
description: 返回描述中占位符参数串,多个参数间以,分割
ok:
type: boolean
description: 响应是否成功
fail:
type: boolean
description: 响应是否失败
data:
type: object
properties:
orderId:
type: integer
title: 订单号
format: long
description: 订单号
positionId:
type: integer
title: 持仓单号
format: long
description: 持仓单号
tradeVolume:
type: string
title: 交易手数
description: 交易手数
openPrice:
type: string
title: 开仓价
description: 开仓价
executePrice:
type: string
title: 成交价
description: 成交价
openDirection:
type: integer
title: 开仓时买卖方向
description: 开仓时买卖方向,1-买;2-卖;
format: int32
direction:
type: integer
title: 本次下单买卖方向
description: 本次下单买卖方向,1-买;2-卖;
format: int32
openOrClose:
type: integer
title: 本次下单开平类型
description: 本次下单开平类型,1-开仓;2-平仓;
format: int32
symbolName:
type: string
title: 产品名称
description: 产品名称
symbolId:
type: integer
title: 产品Id
format: long
description: 产品Id
stopLoss:
type: string
title: 止损价
description: 止损价,与入参一致
takeProfit:
type: string
title: 止盈价
description: 止盈价,与入参一致
digits:
type: integer
title: 产品小数位
format: int32
description: 产品小数位
fee:
type: string
title: 下单手续费
description: 下单手续费
interest:
type: string
title: 利息
description: 利息,仅平仓是存在
profit:
type: string
title: 盈亏
description: 盈亏,仅平仓是存在
title: 数据体
description: 数据体
security: []
consumes:
- application/json
produces:
- application/json
/global/tradeapi.business.CfdWBWOrderApiService.updateOrder:
post:
summary: 设置仓位止损止盈
deprecated: false
description: |-
说明:设置仓位止损止盈
```
group=tradeApi
version=0.0.1
bizType=tradeapi.business.CfdWBWOrderApiService.updateOrder
```
tags:
- 合约交易相关/逐仓合约交易
- 交易接口/逐仓合约交易
parameters:
- name: companyId
in: header
description: ''
required: false
type: string
x-example: '{{company}}'
- name: token
in: header
description: ''
required: false
type: string
x-example: '{{auto_token}}'
- name: lang
in: header
description: ''
required: false
type: string
x-example: en-US
- name: group
in: header
description: ''
required: false
type: string
x-example: tradeApi
- name: trace
in: header
description: ''
required: false
type: string
x-example: '{{mock_trace}}'
- name: version
in: header
description: ''
required: false
type: string
x-example: 0.0.1
- name: body
in: body
schema:
type: object
properties:
tradeType:
type: integer
title: 玩法ID
description: 本玩法下应填2
format: long
accountId:
type: integer
title: 账户ID
format: long
description: 账户ID,必须与账户货币二者填其一
accountCurrency:
type: string
title: 账户货币
description: 账户货币,必须与账户ID二者填其一
orderId:
type: integer
title: 订单ID
format: long
description: 订单ID
positionId:
type: integer
title: 仓位ID
format: long
description: 仓位ID
accountDigits:
type: integer
title: 账户小数位
format: long
description: 账户小数位
stopLoss:
type: string
title: 止损单价
description: 止损单价,需乘以10的`产品报价小数位`次方,处理为整数传入。
takeProfit:
type: string
title: 止盈单价
description: 止盈单价,需乘以10的`产品报价小数位`次方,处理为整数传入。
remark:
type: string
title: 备注
description: 备注
required:
- tradeType
- orderId
- positionId
- accountDigits
responses:
'200':
description: 成功
schema:
type: object
properties:
bizCode:
type: string
title: 模块标识码
code:
type: string
title: 状态返回码
msg:
type: string
title: 状态描述
tm:
type: integer
format: int64
title: 处理时长(毫秒)
trace:
type: string
title: 跟踪码
msgParams:
type: string
title: 返回描述中占位符参数串,多个参数间以,分割
ok:
type: boolean
fail:
type: boolean
data:
type: object
properties: {}
title: 数据体
description: '*'
security: []
consumes:
- application/json
produces:
- application/json
/quote-b-api/depth-tick:
get:
summary: 最新盘口报价查询【数字币、外汇】
deprecated: false
description: ''
tags:
- 行情订阅相关/http请求接口
- 行情/http接口
parameters:
- name: token
in: query
description: 如果不知道你的token,请联系相关人员索要
required: true
type: string
x-example: 65b31e26-312c-4e71-89ae-f5e33073d1c8-1676446387481
- name: query
in: query
description: |-
请对如下字段进行encode,后台服务收到之后会decode
{
"trace": "enim occaecat dolore esse voluptate",
"data": {
"symbol_list": [
{
"code": "GBPJPY"
},
{
"code": "CADJPY"
}
]
}
}
trace:追踪码,用来查询日志使用,请保证每次请求时唯一
code:请查看code列表,选择你要查询的code
required: true
type: string
x-example: >-
%7B%20%20%20%20%22trace%22%3A%20%22enim%20occaecat%20dolore%20esse%20voluptate%22%2C%20%20%20%20%22data%22%3A%20%7B%20%20%20%20%20%20%20%20%22symbol_list%22%3A%20%5B%20%20%20%20%20%20%20%20%20%20%20%20%7B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22code%22%3A%20%22GBPJPY%22%20%20%20%20%20%20%20%20%20%20%20%20%7D%2C%20%20%20%20%20%20%20%20%20%20%20%20%7B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22code%22%3A%20%22CADJPY%22%20%20%20%20%20%20%20%20%20%20%20%20%7D%20%20%20%20%20%20%20%20%5D%20%20%20%20%7D%7D
responses:
'200':
description: OK
schema:
type: object
properties:
ret:
type: integer
description: 返回code
msg:
type: string
description: 返回code对应消息
trace:
type: string
description: 请求的trace
data:
type: object
properties:
tick_list:
type: array
items:
type: object
properties:
code:
type: string
description: 代码
seq:
type: string
description: 报价序号
tick_time:
type: string
description: 报价时间戳
bids:
type: array
items:
type: object
properties:
price:
type: string
description: 价
volume:
type: string
description: 量
description: bid列表
asks:
type: array
items:
type: object
properties:
price:
type: string
description: 价
volume:
type: string
description: 量
description: ask列表
required:
- tick_list
required:
- ret
- msg
- trace
- data
security: []
produces:
- application/json
/quote-stock-b-api/depth-tick:
get:
summary: '最新盘口报价查询【股票】 '
deprecated: false
description: ''
tags:
- 行情订阅相关/http请求接口
- 行情/http接口
parameters:
- name: token
in: query
description: 如果不知道你的token,请联系相关人员索要
required: true
type: string
x-example: e945d7d9-9e6e-4721-922a-7251a9d311d0-1678159756806
- name: query
in: query
description: |-
请对如下字段进行encode,后台服务收到之后会decode
{
"trace": "enim occaecat dolore esse voluptate",
"data": {
"symbol_list": [
{
"code": "GBPJPY"
},
{
"code": "CADJPY"
}
]
}
}
trace:追踪码,用来查询日志使用,请保证每次请求时唯一
code:请查看code列表,选择你要查询的code
required: true
type: string
x-example: >-
%7B%20%20%20%20%22trace%22%3A%20%22enim%20occaecat%20dolore%20esse%20voluptate%22%2C%20%20%20%20%22data%22%3A%20%7B%20%20%20%20%20%20%20%20%22symbol_list%22%3A%20%5B%20%20%20%20%20%20%20%20%20%20%20%20%7B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22code%22%3A%20%22GBPJPY%22%20%20%20%20%20%20%20%20%20%20%20%20%7D%2C%20%20%20%20%20%20%20%20%20%20%20%20%7B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22code%22%3A%20%22CADJPY%22%20%20%20%20%20%20%20%20%20%20%20%20%7D%20%20%20%20%20%20%20%20%5D%20%20%20%20%7D%7D
responses:
'200':
description: OK
schema:
type: object
properties:
ret:
type: integer
description: 返回code
msg:
type: string
description: 返回code对应消息
trace:
type: string
description: 请求的trace
data:
type: object
properties:
tick_list:
type: array
items:
type: object
properties:
code:
type: string
description: 代码
seq:
type: string
description: 报价序号
tick_time:
type: string
description: 报价时间戳
bids:
type: array
items:
type: object
properties:
price:
type: string
description: 价
volume:
type: string
description: 量
description: bid列表
asks:
type: array
items:
type: object
properties:
price:
type: string
description: 价
volume:
type: string
description: 量
description: ask列表
required:
- tick_list
required:
- ret
- msg
- trace
- data
security: []
produces:
- application/json
/cats-robot/robot/addCustomer:
post:
summary: 新增客户
deprecated: false
description: ''
tags:
- 机器人配置相关
parameters:
- name: body
in: body
schema:
type: object
properties:
trace:
type: string
description: 链路标志
companyId:
description: 公司Id
type: string
buyAccountId:
description: 买账户id
type: number
sellAccountId:
description: 卖账户id
type: number
apiKey:
type: string
description: apiKey
privateKey:
type: string
description: 私钥信息
customerNo:
type: string
description: 客户编号
customerGroupId:
type: string
description: 客户组ID
profile:
type: string
description: 服务环境
required:
- companyId
- buyAccountId
- sellAccountId
- apiKey
- privateKey
- trace
- customerNo
- profile
- customerGroupId
responses:
'200':
description: 成功
schema:
type: object
properties: {}
security: []
consumes:
- application/json
produces:
- application/json
/global/tradeapi.business.CfdMMOrderApiService.updateOrder:
post:
summary: 设置仓位止损止盈
deprecated: false
description: |-
说明:设置仓位止损止盈
```
group=tradeApi
version=0.0.1
bizType=tradeapi.business.CfdMMOrderApiService.updateOrder
```
tags:
- 合约交易相关/全仓合约交易
- 交易接口/全仓合约交易
parameters:
- name: companyId
in: header
description: ''
required: false
type: string
x-example: '{{company}}'
- name: token
in: header
description: ''
required: false
type: string
x-example: '{{auto_token}}'
- name: lang
in: header
description: ''
required: false
type: string
x-example: en-US
- name: group
in: header
description: ''
required: false
type: string
x-example: tradeApi
- name: trace
in: header
description: ''
required: false
type: string
x-example: '{{mock_trace}}'
- name: version
in: header
description: ''
required: false
type: string
x-example: 0.0.1
- name: body
in: body
schema:
type: object
properties:
tradeType:
type: integer
title: 玩法ID
description: 本玩法下应填1
format: long
accountId:
type: integer
title: 账户ID
format: long
description: 账户ID,必须与账户货币二者填其一
accountCurrency:
type: string
title: 账户货币
description: 账户货币,必须与账户ID二者填其一
orderId:
type: integer
title: 订单ID
format: long
description: 订单ID
positionId:
type: integer
title: 仓位ID
format: long
description: 仓位ID
accountDigits:
type: integer
title: 账户小数位
format: long
description: 账户小数位
stopLoss:
type: string
title: 止损单价
description: 止损单价,需乘以10的`产品报价小数位`次方,处理为整数传入。
takeProfit:
type: string
title: 止盈单价
description: 止盈单价,需乘以10的`产品报价小数位`次方,处理为整数传入。
remark:
type: string
title: 备注
description: 备注
required:
- tradeType
- orderId
- positionId
- accountDigits
responses:
'200':
description: 成功
schema:
type: object
properties:
bizCode:
type: string
title: 模块标识码
code:
type: string
title: 状态返回码
msg:
type: string
title: 状态描述
tm:
type: integer
format: int64
title: 处理时长(毫秒)
trace:
type: string
title: 跟踪码
msgParams:
type: string
title: 返回描述中占位符参数串,多个参数间以,分割
ok:
type: boolean
fail:
type: boolean
data:
type: object
properties:
positionId:
type: integer
title: 仓位ID
format: long
orderId:
type: integer
title: 订单ID
format: long
dealId:
type: integer
title: 成交单ID
format: long
status:
type: string
title: 仓位状态
description: 0-初始化;1-持仓中;2-已完成;3-部分平仓;
direction:
type: integer
format: int32
title: 买卖方向
description: 1-买;2-卖;
symbolId:
type: integer
title: 产品ID
format: long
symbolName:
type: string
title: 产品名称
openAccountDigits:
type: integer
title: 开仓账户小数位
format: int32
openSymbolDigits:
type: integer
format: int32
title: 开仓产品小数位
openContractSize:
type: integer
format: int32
title: 合约大小
openPrice:
type: string
title: 开仓单价
openNum:
type: string
title: 开仓数量
closeAccountDigits:
type: integer
title: 平仓账户小数位
format: int32
closeSymbolDigits:
type: integer
title: 平仓产品小数位
format: int32
closePrice:
type: string
title: 平仓单价
closeFreeDigits:
type: string
title: 平仓手续费小数位
profit:
type: string
title: 盈亏
openMargin:
type: string
title: 开仓占用保证金
stopLoss:
type: string
title: 止损单价
description: 原始登记值,未处理
takeProfit:
type: string
title: 止盈单价
description: 原始登记值,未处理
remark:
type: string
title: 备注
margin:
type: string
title: 实时占用保证金
openTime:
type: integer
format: long
title: 开仓时间
description: 13位时间戳
closeTime:
type: integer
format: long
title: 平仓时间
description: 13位时间戳
openFee:
type: string
title: 开仓手续费
closeFee:
type: string
title: 平仓手续费
closeNum:
type: string
title: 平仓数量
openVolume:
type: string
title: 开仓手数
closeVolume:
type: string
title: 平仓手数
minVolume:
type: string
title: 单边最小手数
volume:
type: string
title: 手数
marginSetType:
type: string
title: 保证金类型
description: 1-比例;2-范围;
security: []
consumes:
- application/json
produces:
- application/json
/global/tradeapi.business.CfdWBWOrderApiService.queryOrderPage:
post:
summary: 订单列表
deprecated: false
description: |-
说明:查看订单列表
```
group=tradeApi
version=0.0.1
bizType=tradeapi.business.CfdWBWOrderApiService.queryOrderPage
```
tags:
- 合约交易相关/逐仓合约交易
- 交易接口/逐仓合约交易
parameters:
- name: companyId
in: header
description: ''
required: false
type: string
x-example: '{{company}}'
- name: token
in: header
description: ''
required: false
type: string
x-example: '{{auto_token}}'
- name: lang
in: header
description: ''