Get channel details

GET
/channels/{id}

Fetch particular channel details, including status and per-network deposit addresses with rendered QR images.

AuthorizationBearer <token>

OAuth access token.

In: header

Path Parameters

id*string

Identifier of the channel.

Formatuuid

Header Parameters

X-Volt-Api-Version*1

Version of the API used. Currently, version 1 is the only version.

Value in

  • 1

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/channels/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "X-Volt-Api-Version: 1"
{  "id": "9c2e6b4a-8f1d-4c3a-b5e7-d0a2c4e6f8b1",  "endUser": {    "type": "INDIVIDUAL",    "reference": "user-8841",    "firstName": "John",    "lastName": "Doe",    "organisationName": null,    "dateOfBirth": "1990-01-15",    "country": "DE"  },  "currency": "USDC",  "walletId": "6a4f0c9e-2d1b-4c8a-9f3e-b7d2a1c4e5f6",  "status": "OPEN",  "addresses": [    {      "network": "ETHEREUM",      "address": "0x7b686317f8ed2c2bc3bbd060464f1939359a00e3",      "tag": null,      "uri": "ethereum:0x7b686317f8ed2c2bc3bbd060464f1939359a00e3",      "qrCode": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA...",      "isPrimary": true    },    {      "network": "SOLANA",      "address": "5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1",      "tag": null,      "uri": "solana:5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1",      "qrCode": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA...",      "isPrimary": false    }  ],  "createdAt": "2026-08-24T09:15:42+00:00",  "updatedAt": "2026-08-24T09:15:42+00:00"}