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