Get channel payment details
Fetch particular channel payment details, including its on-chain evidence and conversion outcome.
Authorization
Bearer OAuth access token.
In: header
Path Parameters
Identifier of the channel payment.
uuidHeader Parameters
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/channel-payments/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "X-Volt-Api-Version: 1"{ "id": "7f3b9d1e-5a2c-4e6f-b8d0-a4c6e8f0b2d4", "channelId": "9c2e6b4a-8f1d-4c3a-b5e7-d0a2c4e6f8b1", "status": "COMPLETED", "endUser": { "reference": "user-8841" }, "transaction": { "hash": "0xdef4567890abcdef4567890abcdef4567890abcd", "detectedAt": "2026-08-25T11:00:00+00:00", "confirmedAt": "2026-08-25T11:05:00+00:00" }, "paid": { "amount": "100.500000", "currency": "USDC" }, "credited": { "amount": "92.29", "currency": "EUR" }, "rate": "0.918270", "createdAt": "2026-08-25T11:00:00+00:00", "updatedAt": "2026-08-25T11:05:00+00:00"}Get list of channel payments GET
Get list of deposits received on the channel, oldest first. Fetch a single payment with `GET /channel-payments/{id}`.
Get channel rate GET
Get the current indicative rate for the channel's conversion. It is an estimate for showing at payment initiation, **not** a locked quote: the live rate at the moment a deposit confirms on-chain is applied. The pair is fixed by the channel: `from` is always the channel's `currency` (what the end user sends) and `to` is always the currency of the channel's crediting wallet (identified by the channel's `walletId`).