-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbitvc.htm
167 lines (166 loc) · 3.89 KB
/
bitvc.htm
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
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
</head><body><pre><br>请求的接口为:获取个人资产信息<br><br>Array
(
[loan_cny] => 0.00
[loan_btc] => 0.0000
[available_cny] => 0.00
[frozen_btc] => 0.0000
[frozen_ltc] => 0.0000
[available_ltc] => 0.0000
[frozen_cny] => 0.00
[loan_ltc] => 0.0000
[available_btc] => 0.0000
)
</pre>
<style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
<pre><br>请求的接口为:获取所有正在进行的委托<br><br>Array
(
[orders] => Array
(
)
)
</pre>
<style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
<pre><br>请求的接口为:委托单详情<br><br>Array
(
[message] => 该委托不存在
[code] => 26
)
</pre>
<style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
<pre><br>请求的接口为:买入市价单<br><br>Array
(
[message] => 金额不足,无法交易或提现
[result] => failed
[code] => 32
)
</pre>
<style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
<pre><br>请求的接口为:买入限价单<br><br>Array
(
[message] => 买入价格不能高于限价的105%
[result] => failed
[code] => 55
)
</pre>
<style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
<pre><br>请求的接口为:卖出市价单<br><br>Array
(
[message] => 金额不足,无法交易或提现
[result] => failed
[code] => 32
)
</pre>
<style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
<pre><br>请求的接口为:卖出限价单<br><br>Array
(
[message] => 金额不足,无法交易或提现
[result] => failed
[code] => 32
)
</pre>
<style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
<pre><br>请求的接口为:取消订单<br><br>Array
(
[message] => 该委托不存在
[result] => failed
[code] => 26
)
</pre></body></html>