1
1
/display/coins-and-tokens/reducing :
2
- get :
3
- summary : Get top 10 reducing coins and tokens
4
- tags :
5
- - Coin - Token
6
- responses :
7
- 200 :
8
- description : Get top 10 reducing coins and tokens successfully
9
- # 400: description: Get top 10 reducing coins and tokens failed
2
+ get:
3
+ summary: Get top 10 reducing coins and tokens
4
+ tags:
5
+ - Coin - Token
6
+ responses:
7
+ 200:
8
+ description: Get top 10 reducing coins and tokens successfully
9
+ 400:
10
+ description: Get top 10 reducing coins and tokens failed
10
11
11
12
/display/coins-and-tokens/all :
12
- get :
13
- summary : Get list of coins
14
- tags :
15
- - Coin - Token
16
- responses :
17
- 200 :
18
- description : Get list of coins successfully
19
- # 400: description: Get list of coins failed
13
+ get:
14
+ summary: Get list of coins
15
+ tags:
16
+ - Coin - Token
17
+ responses:
18
+ 200:
19
+ description: Get list of coins successfully
20
+ 400:
21
+ description: Get list of coins failed
20
22
21
23
/display/coins/trending :
22
- get :
23
- summary : Get top 10 trending coins
24
- tags :
25
- - Coin - Token
26
- responses :
27
- 200 :
28
- description : Get top 10 trending coins successfully
29
- # 400: description: Get top 10 trending coins failed
24
+ get:
25
+ summary: Get top 10 trending coins
26
+ tags:
27
+ - Coin - Token
28
+ responses:
29
+ 200:
30
+ description: Get top 10 trending coins successfully
31
+ 400:
32
+ description: Get top 10 trending coins failed
30
33
31
34
/display/tokens/trending :
32
- get :
33
- summary : Get top 10 trending tokens
34
- tags :
35
- - Coin - Token
36
- responses :
37
- 200 :
38
- description : Get top 10 trending tokens successfully
39
- # 400: description: Get top 10 trending tokens failed
35
+ get:
36
+ summary: Get top 10 trending tokens
37
+ tags:
38
+ - Coin - Token
39
+ responses:
40
+ 200:
41
+ description: Get top 10 trending tokens successfully
42
+ 400:
43
+ description: Get top 10 trending tokens failed
40
44
41
45
/display/coin/details :
42
- get :
43
- summary : Get coin or token details
44
- tags :
45
- - Coin - Token
46
- parameters :
47
- - in : query
48
- name : symbol
49
- schema :
50
- type : string
51
- responses :
52
- 200 :
53
- description : Get coin or token details successfully
54
- # 400: description: Get coin or token details failed
46
+ get:
47
+ summary: Get coin or token details
48
+ tags:
49
+ - Coin - Token
50
+ responses:
51
+ 200:
52
+ description: Get coin or token details successfully
53
+ 400:
54
+ description: Get coin or token details failed
55
55
56
+ # Error
56
57
/display/sharks :
57
58
get :
58
59
summary : Get list of sharks
66
67
responses :
67
68
200 :
68
69
description : Get list of sharks successfully
69
- # 400: description: Get list of sharks failed
70
+ 400 :
71
+ description : Get list of sharks failed
70
72
73
+ # Error
71
74
/display/sharks/transaction-history/page-length :
72
75
post :
73
76
summary : Get length of list transactions
88
91
responses :
89
92
200 :
90
93
description : Get length of list transactions successfully
91
- # 400: description: Get length of list transactions failed
94
+ 400 :
95
+ description : Get length of list transactions failed
92
96
97
+ # Error
93
98
/display/sharks/transaction-history :
94
99
post :
95
100
summary : Get list transactions history of all sharks
114
119
responses :
115
120
200 :
116
121
description : Get list transactions history of all sharks successfully
117
- # 400: description: Get list transactions history of all sharks failed
122
+ 400 :
123
+ description : Get list transactions history of all sharks failed
118
124
125
+ # Error
119
126
/display/shark/crypto :
120
127
get :
121
128
summary : Get list of coin and token of shark
129
136
responses :
130
137
200 :
131
138
description : Get list of coin and token of shark successful
132
- # 400: description: Get list of coin and token of shark failed
139
+ 400 :
140
+ description : Get list of coin and token of shark failed
133
141
142
+ # Error
134
143
/display/shark/transaction-history :
135
144
get :
136
145
summary : Get transaction history of shark
144
153
responses :
145
154
200 :
146
155
description : Get transaction history of shark successful
147
- # 400: description: Get transaction history of shark failed
156
+ 400 :
157
+ description : Get transaction history of shark failed
148
158
159
+ # Error
149
160
/display/shark/trade-transaction-history :
150
161
get :
151
162
summary : Get trade coin transaction history
163
174
responses :
164
175
200 :
165
176
description : Get trade coin transaction history successful
166
- # 400: description: Get trade coin transaction history failed
177
+ 400 :
178
+ description : Get trade coin transaction history failed
167
179
180
+ # Error?
168
181
/display/sharks/length :
169
182
get :
170
183
summary : Get length of sharks list
173
186
responses :
174
187
200 :
175
188
description : Get length of sharks list successful
176
- # 400: description: Get length of sharks list failed
189
+ 400 :
190
+ description : Get length of sharks list failed
177
191
192
+ # Error?
178
193
/display/sharks/transaction-history/length :
179
194
get :
180
195
summary : Get length of transactions list
183
198
responses :
184
199
200 :
185
200
description : Get length of transactions list successful
186
- # 400: description: Get length of transactions list failed
201
+ 400 :
202
+ description : Get length of transactions list failed
187
203
204
+ # Error
188
205
/display/sharks/gain-loss :
189
206
get :
190
207
summary : Get list gain and loss of sharks
198
215
responses :
199
216
200 :
200
217
description : Get list gain and loss of sharks successfully
201
- # 400: description: Get list gain and loss of sharks failed
218
+ 400 :
219
+ description : Get list gain and loss of sharks failed
202
220
221
+ # Error
203
222
/display/coins/gain-loss :
204
223
get :
205
224
summary : Get list gain and loss of coins
213
232
responses :
214
233
200 :
215
234
description : Get list gain and loss of coins successfully
216
- # 400: description: Get list gain and loss of coins failed
235
+ 400 :
236
+ description : Get list gain and loss of coins failed
217
237
218
238
/display/users/length :
219
- get :
220
- summary : Get length of users list
221
- tags :
222
- - User
223
- responses :
224
- 200 :
225
- description : Get length of users list successful
226
- # 400: description: Get length of users list failed
239
+ get:
240
+ summary: Get length of users list
241
+ tags:
242
+ - User
243
+ responses:
244
+ 200:
245
+ description: Get length of users list successfully
246
+ 400:
247
+ description: Get length of users list failed
227
248
228
249
/display/tags :
229
- get :
230
- summary : Get list of tags
231
- tags :
232
- - Others
233
- responses :
234
- 200 :
235
- description : Get list of tags successfully
236
- # 400: description: Get list of tags failed
250
+ get:
251
+ summary: Get list of tags list
252
+ tags:
253
+ - Others
254
+ responses:
255
+ 200:
256
+ description: Get list of tags list successfully
257
+ 400:
258
+ description: Get list of tags list failed
0 commit comments