Listing channels

GET /api/public/v1/channels

This endpoint returns a list of channels with pagination.

Headers

Query Parameters

Response

{
  "data": [
    {
      "id": "60e05bc0-4690-4985-a08a-8acf00e48294",
      "type": "channels",
      "attributes": {
        "reference": "ecd05fb9-76e6-42e7-b86e-5a7e18f4da6d",
        "status": "enabled",
        "createdAt": "2024-09-25T08:35:07.034Z",
        "updatedAt": "2024-09-25T09:32:50.626Z",
        "payCurrency": "USDT",
        "targetCurrency": "USD",
        "address": "TJTuEYJ8P9to4Zhdw7zg55VPH3gzLaQDV6",
        "networkName": "Tron (TRC20)",
        "networkCode": "ttrx:usdt"
      }
    },
    {
      "id": "aa09547b-3264-4295-a863-1cc538faa630",
      "type": "channels",
      "attributes": {
        "reference": "b644dd1c-9179-466c-82f5-b9bef1e995ab",
        "status": "enabled",
        "createdAt": "2024-09-25T08:26:24.030Z",
        "updatedAt": "2024-09-25T08:26:24.030Z",
        "payCurrency": "USDT",
        "targetCurrency": "USDT",
        "address": "TMtgUMciydZbyAJi5if45oNdTkYzgV8E8Z",
        "networkName": "Tron (TRC20)",
        "networkCode": "ttrx:usdt"
      }
    }
  ],
  "meta": {
    "page": "1",
    "per_page": "2",
    "total": 12
  },
  "jsonapi": {
    "version": "1.0"
  }
} 

Response Body

Last updated