支出
get
https://api.cryptomus.com/v2/user-api/payout/services
要求
查询参数
没有参数
请求示例
curl https://api.cryptomus.com/v2/user-api/payout/services \
-X POST \
-H 'userId: 8b03432e-385b-4670-8d06-064591096795' \
-H 'sign: fe99035f86fa436181717b302b95bacff1' \
-H 'Content-Type: application/json' \
-d '{}'
复制回复
响应参数
姓名 | 定义 |
---|---|
network | 区块链网络代码 |
currency | 货币代码 |
is_available | 是否可用付款服务(true / false) |
limit | |
commission |
定义
区块链网络代码定义
货币代码定义
是否可用付款服务(true / false)定义
定义
限制响应参数
姓名 | 定义 |
---|---|
min_amount | 可付款的最低金额 |
max_amount | 可付款的最高金额 |
定义
可付款的最低金额定义
可付款的最高金额
佣金响应参数
姓名 | 定义 |
---|---|
fee_amount | 固定费用金额 |
percent | 付款的佣金百分比 |
定义
固定费用金额定义
付款的佣金百分比
响应示例
1{
2 "state": 0,
3 "result": [
4 {
5 "network": "POLYGON",
6 "currency": "USDC",
7 "is_available": true,
8 "limit": {
9 "min_amount": "0.50000000",
10 "max_amount": "10000000.00000000"
11 },
12 "commission": {
13 "fee_amount": "0.01000000",
14 "percent": "0.00"
15 }
16 },
17 {
18 "network": "POLYGON",
19 "currency": "CRMS",
20 "is_available": true,
21 "limit": {
22 "min_amount": "1.00000000",
23 "max_amount": "10000000.00000000"
24 },
25 "commission": {
26 "fee_amount": "0.00000000",
27 "percent": "0.00"
28 }
29 },
30 {
31 "network": "ARBITRUM",
32 "currency": "ETH",
33 "is_available": true,
34 "limit": {
35 "min_amount": "1.00000000",
36 "max_amount": "1000000.00000000"
37 },
38 "commission": {
39 "fee_amount": "0.00005000",
40 "percent": "0.00"
41 }
42 },
43 {
44 "network": "BTC",
45 "currency": "BTC",
46 "is_available": true,
47 "limit": {
48 "min_amount": "0.00010000",
49 "max_amount": "100.00000000"
50 },
51 "commission": {
52 "fee_amount": "0.00050000",
53 "percent": "0.00"
54 }
55 },
56 {
57 "network": "BSC",
58 "currency": "BUSD",
59 "is_available": false,
60 "limit": {
61 "min_amount": "1.00000000",
62 "max_amount": "1000000.00000000"
63 },
64 "commission": {
65 "fee_amount": "0.30000000",
66 "percent": "0.00"
67 }
68 },
69 {
70 "network": "TRON",
71 "currency": "USDC",
72 "is_available": true,
73 "limit": {
74 "min_amount": "1.00000000",
75 "max_amount": "10000000.00000000"
76 },
77 "commission": {
78 "fee_amount": "1.70000000",
79 "percent": "0.00"
80 }
81 },
82 {
83 "network": "SOL",
84 "currency": "SOL",
85 "is_available": true,
86 "limit": {
87 "min_amount": "0.00010000",
88 "max_amount": "10000000.00000000"
89 },
90 "commission": {
91 "fee_amount": "0.00005000",
92 "percent": "0.00"
93 }
94 },
95 {
96 "network": "ETH",
97 "currency": "VERSE",
98 "is_available": true,
99 "limit": {
100 "min_amount": "30000.00000000",
101 "max_amount": "10000000.00000000"
102 },
103 "commission": {
104 "fee_amount": "22000.00000000",
105 "percent": "0.00"
106 }
107 },
108 {
109 "network": "ARBITRUM",
110 "currency": "USDT",
111 "is_available": true,
112 "limit": {
113 "min_amount": "1.00000000",
114 "max_amount": "1000000.00000000"
115 },
116 "commission": {
117 "fee_amount": "0.50000000",
118 "percent": "0.00"
119 }
120 },
121 {
122 "network": "POLYGON",
123 "currency": "USDT",
124 "is_available": true,
125 "limit": {
126 "min_amount": "0.50000000",
127 "max_amount": "1000000.00000000"
128 },
129 "commission": {
130 "fee_amount": "0.01000000",
131 "percent": "0.00"
132 }
133 },
134 {
135 "network": "AVALANCHE",
136 "currency": "USDC",
137 "is_available": true,
138 "limit": {
139 "min_amount": "1.00000000",
140 "max_amount": "1000000.00000000"
141 },
142 "commission": {
143 "fee_amount": "0.01000000",
144 "percent": "0.00"
145 }
146 },
147 {
148 "network": "ARBITRUM",
149 "currency": "USDC",
150 "is_available": true,
151 "limit": {
152 "min_amount": "1.00000000",
153 "max_amount": "1000000.00000000"
154 },
155 "commission": {
156 "fee_amount": "0.50000000",
157 "percent": "0.00"
158 }
159 },
160 {
161 "network": "BSC",
162 "currency": "USDT",
163 "is_available": true,
164 "limit": {
165 "min_amount": "1.00000000",
166 "max_amount": "1000000.00000000"
167 },
168 "commission": {
169 "fee_amount": "0.30000000",
170 "percent": "0.00"
171 }
172 },
173 {
174 "network": "DOGE",
175 "currency": "DOGE",
176 "is_available": true,
177 "limit": {
178 "min_amount": "1.00000000",
179 "max_amount": "10000000.00000000"
180 },
181 "commission": {
182 "fee_amount": "0.00000000",
183 "percent": "0.00"
184 }
185 },
186 {
187 "network": "ETH",
188 "currency": "BUSD",
189 "is_available": false,
190 "limit": {
191 "min_amount": "50.00000000",
192 "max_amount": "1000000.00000000"
193 },
194 "commission": {
195 "fee_amount": "10.00000000",
196 "percent": "0.00"
197 }
198 }
199 ]
200}
201
复制