# 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`

## Request

### Body 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' \
-d '{}'
```

## Response

### Response parameters

The reply comes with a collection of all available payout services

| Name | Definition |
| --- | --- |
| network | Blockchain network code |
| currency | Currency code |
| is\_available | Whether a payment service is available (true / false) |
| limit | [Structure](https://doc.heleket.com/methods/payouts/list-of-services.md#limit) |
| commission | [Structure](https://doc.heleket.com/methods/payouts/list-of-services.md#commission) |

### Structure of _limit_

| Name | Definition |
| --- | --- |
| min\_amount | Minimum amount available for payout |
| max\_amount | Maximum amount available for payout |

### Structure of _commission_

| Name | Definition |
| --- | --- |
| fee\_amount | Fixed fee amount |
| percent | Percentage of the payment commission |

### Response example

```
{
	"state": 0,
	"result": [{
		"network": "POLYGON",
		"currency": "USDT",
		"is_available": true,
		"limit": {
			"min_amount": "0.50000000",
			"max_amount": "1000000.00000000"
		},
		"commission": {
			"fee_amount": "0.01000000",
			"percent": "0.00"
		}
	}, {
		"network": "TRON",
		"currency": "TRX",
		"is_available": true,
		"limit": {
			"min_amount": "1.00000000",
			"max_amount": "1000000.00000000"
		},
		"commission": {
			"fee_amount": "1.00000000",
			"percent": "0.00"
		}
	}, {
		"network": "LTC",
		"currency": "LTC",
		"is_available": true,
		"limit": {
			"min_amount": "0.01000000",
			"max_amount": "500.00000000"
		},
		"commission": {
			"fee_amount": "0.00000000",
			"percent": "0.00"
		}
	}, {
		"network": "BCH",
		"currency": "BCH",
		"is_available": true,
		"limit": {
			"min_amount": "0.00010000",
			"max_amount": "10000000.00000000"
		},
		"commission": {
			"fee_amount": "0.00000000",
			"percent": "0.00"
		}
	}, {
		"network": "BSC",
		"currency": "DAI",
		"is_available": true,
		"limit": {
			"min_amount": "1.00000000",
			"max_amount": "10000000.00000000"
		},
		"commission": {
			"fee_amount": "0.30000000",
			"percent": "0.00"
		}
	}, {
		"network": "ETH",
		"currency": "BUSD",
		"is_available": true,
		"limit": {
			"min_amount": "50.00000000",
			"max_amount": "1000000.00000000"
		},
		"commission": {
			"fee_amount": "10.00000000",
			"percent": "0.00"
		}
	}, {
		"network": "BSC",
		"currency": "USDT",
		"is_available": true,
		"limit": {
			"min_amount": "1.00000000",
			"max_amount": "1000000.00000000"
		},
		"commission": {
			"fee_amount": "0.30000000",
			"percent": "0.00"
		}
	}, {
		"network": "BSC",
		"currency": "CGPT",
		"is_available": true,
		"limit": {
			"min_amount": "10.00000000",
			"max_amount": "10000000.00000000"
		},
		"commission": {
			"fee_amount": "2.00000000",
			"percent": "0.00"
		}
	}, {
		"network": "TON",
		"currency": "TON",
		"is_available": true,
		"limit": {
			"min_amount": "1.00000000",
			"max_amount": "1000000.00000000"
		},
		"commission": {
			"fee_amount": "0.02000000",
			"percent": "0.00"
		}
	}, {
		"network": "POLYGON",
		"currency": "DAI",
		"is_available": true,
		"limit": {
			"min_amount": "1.00000000",
			"max_amount": "10000000.00000000"
		},
		"commission": {
			"fee_amount": "0.50000000",
			"percent": "0.00"
		}
	}, {
		"network": "DASH",
		"currency": "DASH",
		"is_available": true,
		"limit": {
			"min_amount": "0.01000000",
			"max_amount": "1000000.00000000"
		},
		"commission": {
			"fee_amount": "0.00000000",
			"percent": "0.00"
		}
	}, {
		"network": "XMR",
		"currency": "XMR",
		"is_available": true,
		"limit": {
			"min_amount": "0.00010000",
			"max_amount": "1000000.00000000"
		},
		"commission": {
			"fee_amount": "0.00000000",
			"percent": "0.00"
		}
	}, {
		"network": "ETH",
		"currency": "VERSE",
		"is_available": true,
		"limit": {
			"min_amount": "30000.00000000",
			"max_amount": "10000000.00000000"
		},
		"commission": {
			"fee_amount": "22000.00000000",
			"percent": "0.00"
		}
	}, {
		"network": "DOGE",
		"currency": "DOGE",
		"is_available": true,
		"limit": {
			"min_amount": "1.00000000",
			"max_amount": "10000000.00000000"
		},
		"commission": {
			"fee_amount": "0.00000000",
			"percent": "0.00"
		}
	}, {
		"network": "TRON",
		"currency": "USDT",
		"is_available": true,
		"limit": {
			"min_amount": "1.00000000",
			"max_amount": "1000000.00000000"
		},
		"commission": {
			"fee_amount": "1.70000000",
			"percent": "0.00"
		}
	}, {
		"network": "BSC",
		"currency": "USDC",
		"is_available": true,
		"limit": {
			"min_amount": "1.00000000",
			"max_amount": "10000000.00000000"
		},
		"commission": {
			"fee_amount": "0.30000000",
			"percent": "0.00"
		}
	}, {
		"network": "POLYGON",
		"currency": "USDC",
		"is_available": true,
		"limit": {
			"min_amount": "0.50000000",
			"max_amount": "10000000.00000000"
		},
		"commission": {
			"fee_amount": "0.01000000",
			"percent": "0.00"
		}
	}, {
		"network": "BSC",
		"currency": "BUSD",
		"is_available": true,
		"limit": {
			"min_amount": "1.00000000",
			"max_amount": "1000000.00000000"
		},
		"commission": {
			"fee_amount": "0.30000000",
			"percent": "0.00"
		}
	}, {
		"network": "POLYGON",
		"currency": "MATIC",
		"is_available": true,
		"limit": {
			"min_amount": "0.50000000",
			"max_amount": "1000000.00000000"
		},
		"commission": {
			"fee_amount": "0.10000000",
			"percent": "0.00"
		}
	}, {
		"network": "BSC",
		"currency": "BNB",
		"is_available": true,
		"limit": {
			"min_amount": "0.00500000",
			"max_amount": "1000000.00000000"
		},
		"commission": {
			"fee_amount": "0.00020000",
			"percent": "0.00"
		}
	}, {
		"network": "ETH",
		"currency": "USDT",
		"is_available": true,
		"limit": {
			"min_amount": "50.00000000",
			"max_amount": "1000000.00000000"
		},
		"commission": {
			"fee_amount": "10.00000000",
			"percent": "0.00"
		}
	}, {
		"network": "BTC",
		"currency": "BTC",
		"is_available": true,
		"limit": {
			"min_amount": "0.00010000",
			"max_amount": "100.00000000"
		},
		"commission": {
			"fee_amount": "0.00050000",
			"percent": "0.00"
		}
	}, {
		"network": "ETH",
		"currency": "DAI",
		"is_available": true,
		"limit": {
			"min_amount": "50.00000000",
			"max_amount": "10000000.00000000"
		},
		"commission": {
			"fee_amount": "10.00000000",
			"percent": "0.00"
		}
	}, {
		"network": "ETH",
		"currency": "USDC",
		"is_available": true,
		"limit": {
			"min_amount": "50.00000000",
			"max_amount": "10000000.00000000"
		},
		"commission": {
			"fee_amount": "10.00000000",
			"percent": "0.00"
		}
	}, {
		"network": "ETH",
		"currency": "ETH",
		"is_available": true,
		"limit": {
			"min_amount": "0.01000000",
			"max_amount": "10000.00000000"
		},
		"commission": {
			"fee_amount": "0.00200000",
			"percent": "0.00"
		}
	}, {
		"network": "TRON",
		"currency": "USDC",
		"is_available": true,
		"limit": {
			"min_amount": "1.00000000",
			"max_amount": "10000000.00000000"
		},
		"commission": {
			"fee_amount": "1.70000000",
			"percent": "0.00"
		}
	}]
}
```
