This endpoint returns a list of crypto channels (networks) for deposit for given currency.

This endpoint is available without authentication. If user is not authenticated feeHint object will have global fee values.

Response details

KeyTypeDescription
symbolstringSymbol / name of the channel.
enabledbooleanIndicates whether the channel is available or not.
feeHint
* feeTypestringFee type: NONE, PERCENT, CONSTANT, UNKNOWN
* minFeedecimalMinimal fee value. Null if there is no minimal fee.
* maxFeedecimalMaximal fee value. Null if there is no maximal fee.
* constantFeedecimalConstant fee value. Null if there is no constant fee.
* percentageFeedecimalPercentage fee value. Null if there is no percentage fee.
currencystringCurrency of the channel.
memoSupportedbooleanIndicates whether the memo is supported for given channel or not.
Language
Authorization