List Channels
List Channels
GET
https://api.sandbox.coindirect.com/api/v2/channel?merchantId=:id
This endpoint allows you to list all channels.
Query Parameters
offset
string
This tells where to start fetching the records
max
string
This limits the number of records returned per page. The default is 10 records
merchantId
string
Your Merchant ID. You can find it on the "Merchant Details" page in your business account
Headers
Authorization
string
HAWK Token. See Authentication page
Response parameters
Parameter
Type
Description
id
number
Channel sequence number
dateCreated
number
Channel creation date
lastUpdated
number
Channel last update
merchantId
string
Your merchant ID. You can find it on the "Merchant Details" page in your business account
walletCurrency
string
The merchant's target wallet currency code that the cryptocurrency payment will be converted and credited to e.g. EUR
displayCurrency
string
Channel price currency e.g. JPY
payCurrency
string
Cryptocurrency code e.g. ETH
address
string
Channel cryptocurrency address
tag
number
reference
string
Channel external ID
status
string
Channel status
uuid
string
Channel UUID
redirectUrl
string
URL to the payment page that you can redirect your customers to
uri
string
Channel URI
alternatives
array
In this object, our API will return alternative protocols if there are any supported by Coindirect. For example, for USDT
the API will return alternative TRC20 protocol details such as protocol
, address
, tag
and uri
alternatives
.protocol
string
Alternative protocol code e.g. TRC20
alternatives
.address
string
Alternative protocol address
alternatives
.tag
string
Alternative protocol destination tag. Can be applied to XRP only but there are no alternative XRP protocols supported by Coindirect for now so it is null
alternatives
.uri
string
Alternative protocol URI
Last updated