Listing channels
GET
/api/public/v1/channels
This endpoint returns a list of channels with pagination.
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Query Parameters
Name | Type | Description |
---|---|---|
order | string | Order in which the list of invoices should be returned. Can be |
order_type | string | Order type. Can be either |
page | number | Page for which you want to return invoices. |
per_page | number | Number of invoices per page to return. |
reference | number | Invoice |
Response
Response Body
Name | Type | Description |
---|---|---|
data.id | string | Channel ID. |
data.type | string | Always |
data.attributes.targetCurrency | string | Channel currency to display to end users. Determines the currency due after processing and conversion. Refer to supported currencies. |
data.attributes.payCurrency | string | Crypto currency that customer must pay in. Refer to supported currencies. |
data.attributes.address | string | Channel address. |
data.attributes.networkCode | string | Payment network code. Refer to supported networks. |
data.attributes.networkName | string | Network name. |
data.attributes.reference | string | The custom reference ID to tie the channel and its deposits to end-user who pays. |
data.attributes.status | string | Channel status. Can be either |
data.attributes.createdAt | string | Timestamp when a channel was created. |
data.attributes.updatedAt | string | Timestamp when a channel was last updated. |
Last updated