forked from oldfritter/goDCE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
interfaces.yml.example
78 lines (69 loc) · 1.6 KB
/
interfaces.yml.example
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
---
- path: /web
method: GET
- path: /web/*
method: GET
# V1 --------------------------------------------------------------------------------------------------------------------------------------------------
- path: /api/:platform/v1/currencies
method: GET
- path: /api/:platform/v1/k
method: GET
- path: /api/:platform/v1/chart
method: GET
- path: /api/:platform/v1/markets
method: GET
- path: /api/:platform/v1/users/login
method: POST
- path: /api/:platform/v1/users/me
auth: true
method: GET
- path: /api/:platform/v1/users/accounts/:currency
auth: true
method: POST
- path: /api/:platform/v1/users/accounts
auth: true
sign: true
method: GET
- path: /api/:platform/v1/depth
method: GET
- path: /api/:platform/v1/order
auth: true
method: GET
- path: /api/:platform/v1/orders
auth: true
method: GET
- path: /api/:platform/v1/orders
auth: true
sign: true
method: POST
reloading_matching_check: true
market_can_trade: true
is_rabbitmq_connected: true
- path: /api/:platform/v1/orders/multi2
method: POST
auth: true
sign: true
reloading_matching_check: true
market_can_trade: true
is_rabbitmq_connected: true
- path: /api/:platform/v1/order/delete
auth: true
sign: true
method: POST
- path: /api/:platform/v1/orders/delete
auth: true
sign: true
method: POST
- path: /api/:platform/v1/orders/clear
auth: true
sign: true
method: POST
- path: /api/:platform/v1/tickers
method: GET
- path: /api/:platform/v1/tickers/:market
method: GET
- path: /api/:platform/v1/trades
method: GET
- path: /api/:platform/v1/trades/my
auth: true
method: GET