> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Redemptions

> Spending participant balances for rewards or value

A redemption debits a participant's balance, either as a raw amount or against a catalog reward. Every redemption produces a journal entry and supports full or partial reversal.

Create and list redemptions under `/v1/participants/{id}/redemptions`. Get a specific redemption or manage reversals at `/v1/redemptions/{id}`.

## Endpoints

* Redeem a raw amount of an asset
* Redeem a catalog item by `reward_id`
* List and get redemptions for a participant
* List reversals on a redemption
* Reverse a redemption (full or partial by amount)

<Note>
  For usage patterns and examples, see the [Redemptions guide](/guides/redemptions).
</Note>
