服务列表

返回可用支付服务的列表。创建付款时考虑的支付服务商店设置将考虑在内。例如。货币,网络,最低和最大限制,佣金。

post
https://api.cryptomus.com/v1/payout/services
复制

要求

查询参数

没有参数. 经过 { }

请求示例


curl https://api.cryptomus.com/v1/payout/services \
-X POST \
-H 'merchant: 8b03432e-385b-4670-8d06-064591096795' \
-H 'sign: f80fa426a89eb62bd53997326865d850' \
-H 'Content-Type: application/json'
复制

回复

响应参数

答复附带了所有可用的支付服务的集合
姓名定义
network区块链网络代码
currency货币代码
is_available是否可用付款服务(true / false)
limit
commission

定义

区块链网络代码

定义

货币代码

定义

是否可用付款服务(true / false)

定义

定义

结构限制

姓名定义
min_amount可用于支出的最低金额
max_amount可用于支出的最高金额

定义

可用于支出的最低金额

定义

可用于支出的最高金额

结构委员会

姓名定义
fee_amount固定费用金额
percent支付委员会的百分比

定义

固定费用金额

定义

支付委员会的百分比

响应示例


1{
2	"state": 0,
3	"result": [{
4		"network": "POLYGON",
5		"currency": "USDT",
6		"is_available": true,
7		"limit": {
8			"min_amount": "0.50000000",
9			"max_amount": "1000000.00000000"
10		},
11		"commission": {
12			"fee_amount": "0.01000000",
13			"percent": "0.00"
14		}
15	}, {
16		"network": "TRON",
17		"currency": "TRX",
18		"is_available": true,
19		"limit": {
20			"min_amount": "1.00000000",
21			"max_amount": "1000000.00000000"
22		},
23		"commission": {
24			"fee_amount": "1.00000000",
25			"percent": "0.00"
26		}
27	}, {
28		"network": "LTC",
29		"currency": "LTC",
30		"is_available": true,
31		"limit": {
32			"min_amount": "0.01000000",
33			"max_amount": "500.00000000"
34		},
35		"commission": {
36			"fee_amount": "0.00000000",
37			"percent": "0.00"
38		}
39	}, {
40		"network": "BCH",
41		"currency": "BCH",
42		"is_available": true,
43		"limit": {
44			"min_amount": "0.00010000",
45			"max_amount": "10000000.00000000"
46		},
47		"commission": {
48			"fee_amount": "0.00000000",
49			"percent": "0.00"
50		}
51	}, {
52		"network": "BSC",
53		"currency": "DAI",
54		"is_available": true,
55		"limit": {
56			"min_amount": "1.00000000",
57			"max_amount": "10000000.00000000"
58		},
59		"commission": {
60			"fee_amount": "0.30000000",
61			"percent": "0.00"
62		}
63	}, {
64		"network": "ETH",
65		"currency": "BUSD",
66		"is_available": true,
67		"limit": {
68			"min_amount": "50.00000000",
69			"max_amount": "1000000.00000000"
70		},
71		"commission": {
72			"fee_amount": "10.00000000",
73			"percent": "0.00"
74		}
75	}, {
76		"network": "BSC",
77		"currency": "USDT",
78		"is_available": true,
79		"limit": {
80			"min_amount": "1.00000000",
81			"max_amount": "1000000.00000000"
82		},
83		"commission": {
84			"fee_amount": "0.30000000",
85			"percent": "0.00"
86		}
87	}, {
88		"network": "BSC",
89		"currency": "CGPT",
90		"is_available": true,
91		"limit": {
92			"min_amount": "10.00000000",
93			"max_amount": "10000000.00000000"
94		},
95		"commission": {
96			"fee_amount": "2.00000000",
97			"percent": "0.00"
98		}
99	}, {
100		"network": "TON",
101		"currency": "TON",
102		"is_available": true,
103		"limit": {
104			"min_amount": "1.00000000",
105			"max_amount": "1000000.00000000"
106		},
107		"commission": {
108			"fee_amount": "0.02000000",
109			"percent": "0.00"
110		}
111	}, {
112		"network": "POLYGON",
113		"currency": "DAI",
114		"is_available": true,
115		"limit": {
116			"min_amount": "1.00000000",
117			"max_amount": "10000000.00000000"
118		},
119		"commission": {
120			"fee_amount": "0.50000000",
121			"percent": "0.00"
122		}
123	}, {
124		"network": "DASH",
125		"currency": "DASH",
126		"is_available": true,
127		"limit": {
128			"min_amount": "0.01000000",
129			"max_amount": "1000000.00000000"
130		},
131		"commission": {
132			"fee_amount": "0.00000000",
133			"percent": "0.00"
134		}
135	}, {
136		"network": "XMR",
137		"currency": "XMR",
138		"is_available": true,
139		"limit": {
140			"min_amount": "0.00010000",
141			"max_amount": "1000000.00000000"
142		},
143		"commission": {
144			"fee_amount": "0.00000000",
145			"percent": "0.00"
146		}
147	}, {
148		"network": "ETH",
149		"currency": "VERSE",
150		"is_available": true,
151		"limit": {
152			"min_amount": "30000.00000000",
153			"max_amount": "10000000.00000000"
154		},
155		"commission": {
156			"fee_amount": "22000.00000000",
157			"percent": "0.00"
158		}
159	}, {
160		"network": "DOGE",
161		"currency": "DOGE",
162		"is_available": true,
163		"limit": {
164			"min_amount": "1.00000000",
165			"max_amount": "10000000.00000000"
166		},
167		"commission": {
168			"fee_amount": "0.00000000",
169			"percent": "0.00"
170		}
171	}, {
172		"network": "TRON",
173		"currency": "USDT",
174		"is_available": true,
175		"limit": {
176			"min_amount": "1.00000000",
177			"max_amount": "1000000.00000000"
178		},
179		"commission": {
180			"fee_amount": "1.70000000",
181			"percent": "0.00"
182		}
183	}, {
184		"network": "BSC",
185		"currency": "USDC",
186		"is_available": true,
187		"limit": {
188			"min_amount": "1.00000000",
189			"max_amount": "10000000.00000000"
190		},
191		"commission": {
192			"fee_amount": "0.30000000",
193			"percent": "0.00"
194		}
195	}, {
196		"network": "POLYGON",
197		"currency": "USDC",
198		"is_available": true,
199		"limit": {
200			"min_amount": "0.50000000",
201			"max_amount": "10000000.00000000"
202		},
203		"commission": {
204			"fee_amount": "0.01000000",
205			"percent": "0.00"
206		}
207	}, {
208		"network": "BSC",
209		"currency": "BUSD",
210		"is_available": true,
211		"limit": {
212			"min_amount": "1.00000000",
213			"max_amount": "1000000.00000000"
214		},
215		"commission": {
216			"fee_amount": "0.30000000",
217			"percent": "0.00"
218		}
219	}, {
220		"network": "POLYGON",
221		"currency": "MATIC",
222		"is_available": true,
223		"limit": {
224			"min_amount": "0.50000000",
225			"max_amount": "1000000.00000000"
226		},
227		"commission": {
228			"fee_amount": "0.10000000",
229			"percent": "0.00"
230		}
231	}, {
232		"network": "BSC",
233		"currency": "BNB",
234		"is_available": true,
235		"limit": {
236			"min_amount": "0.00500000",
237			"max_amount": "1000000.00000000"
238		},
239		"commission": {
240			"fee_amount": "0.00020000",
241			"percent": "0.00"
242		}
243	}, {
244		"network": "ETH",
245		"currency": "USDT",
246		"is_available": true,
247		"limit": {
248			"min_amount": "50.00000000",
249			"max_amount": "1000000.00000000"
250		},
251		"commission": {
252			"fee_amount": "10.00000000",
253			"percent": "0.00"
254		}
255	}, {
256		"network": "BTC",
257		"currency": "BTC",
258		"is_available": true,
259		"limit": {
260			"min_amount": "0.00010000",
261			"max_amount": "100.00000000"
262		},
263		"commission": {
264			"fee_amount": "0.00050000",
265			"percent": "0.00"
266		}
267	}, {
268		"network": "ETH",
269		"currency": "DAI",
270		"is_available": true,
271		"limit": {
272			"min_amount": "50.00000000",
273			"max_amount": "10000000.00000000"
274		},
275		"commission": {
276			"fee_amount": "10.00000000",
277			"percent": "0.00"
278		}
279	}, {
280		"network": "ETH",
281		"currency": "USDC",
282		"is_available": true,
283		"limit": {
284			"min_amount": "50.00000000",
285			"max_amount": "10000000.00000000"
286		},
287		"commission": {
288			"fee_amount": "10.00000000",
289			"percent": "0.00"
290		}
291	}, {
292		"network": "ETH",
293		"currency": "ETH",
294		"is_available": true,
295		"limit": {
296			"min_amount": "0.01000000",
297			"max_amount": "10000.00000000"
298		},
299		"commission": {
300			"fee_amount": "0.00200000",
301			"percent": "0.00"
302		}
303	}, {
304		"network": "TRON",
305		"currency": "USDC",
306		"is_available": true,
307		"limit": {
308			"min_amount": "1.00000000",
309			"max_amount": "10000000.00000000"
310		},
311		"commission": {
312			"fee_amount": "1.70000000",
313			"percent": "0.00"
314		}
315	}]
316}
复制