Log in

API Documentation
  • Main
  • Getting API keysRequest format
  • Payments
    Getting started Creating an invoice Creating a Static wallet Generate a QR-code Block static wallet Refund payments on blocked address Payment information Refund Resend webhook Testing webhook List of services Payment history Webhook Payment statuses AML links
    Payouts
    Getting started Calculation of the withdrawal amount Creating a payout Payout information Payout history Payout statuses Webhook List of services Transfer to personal wallet Transfer to business wallet
  • PHP SDK
  • CMS Modules
  • Discount Payment
    List of discounts Set discount to payment method
  • Exchange rates listBalanceReference

Main

/

Payouts

/

List of services

FAQAPIContacts

Ⓒ 2026 Heleket

Privacy policy

Terms of use

AML

FAQAPIContacts

List of services

Returns a list of available payout services. Payout services store settings that are taken into account when creating a payout. For example. currencies, networks, minimum and maximum limits, commissions.

post
https://api.heleket.com/v1/payout/services
Copy

Request

Query parameters

No parameters. Pass { }

Request example


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

Response

Response parameters

The reply comes with a collection of all available payout services
NameDefinition
networkBlockchain network code
currencyCurrency code
is_availableWhether a payment service is available (true / false)
limit
commission

Definition

Blockchain network code

Definition

Currency code

Definition

Whether a payment service is available (true / false)

Definition

Definition

Structure oflimit

NameDefinition
min_amountMinimum amount available for payout
max_amountMaximum amount available for payout

Definition

Minimum amount available for payout

Definition

Maximum amount available for payout

Structure ofcommission

NameDefinition
fee_amountFixed fee amount
percentPercentage of the payment commission

Definition

Fixed fee amount

Definition

Percentage of the payment commission

Response example


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}
Copy