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

Headers

[
  {
    "id": 65,
    "dateCreated": 1631619193321,
    "lastUpdated": 1631619193321,
    "merchantId": "0a12a214-1619-43fa-9be1-0029f6a440a0",
    "walletCurrency": "EUR",
    "displayCurrency": "JPY",
    "payCurrency": "ETH",
    "address": "0xb4e8bb9918248007dc9d0dc12ae1142f0d62ef0e",
    "tag": null,
    "reference": "c1b933d5-3354-4f83-a05f-0b53f1be85f2",
    "status": "OPEN",
    "uuid": "9d1f67f2-a647-404b-9b02-247c77be81d0",
    "redirectUrl": "https://business.sandbox.coindirect.com/channel?uuid=9d1f67f2-a647-404b-9b02-247c77be81d0",
    "uri": "ethereum:0xb4e8bb9918248007dc9d0dc12ae1142f0d62ef0e",
    "alternatives": null
  }
]

Response parameters

Last updated