CorebanqCorebanq Developer Docs
Tariffsv1Dictionaries

Get channels

Get available channels

GET/v1/tariffs/channels

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/tariffs/channels"
[
  {
    "name": "string",
    "title": "string",
    "description": "string",
    "is_crypto": true,
    "active": true,
    "assets": [
      "string"
    ]
  }
]