Skip to main content
GET

Overview

Returns the redemption record for a given redemption_id. Partner-scoped.
While the redemption is still at the internal quoted status (i.e., before the user’s transaction has been confirmed on-chain and picked up by the indexer), this endpoint returns 404 redemption_not_found. The record becomes visible once status advances to submitted.

Headers

string
required
A valid PARTNER scope key.

Path Parameters

string
required
Redemption identifier (prefixed red_).

Response

string
Redemption identifier.
string
Current status. One of: submitted, preparing, ready, collected, cancellation_requested, cancelled, failed.
string
Denomination label, e.g., "1 Tola".
number
Weight of the denomination in grams.
string
City of pickup.
object
string | null
Solana transaction signature (base58) of the on-chain GOLD transfer, or null.
string | null
If the redemption was cancelled, the reason supplied at cancel time; otherwise null.
string
ISO-8601 timestamp of row creation.
string
ISO-8601 timestamp of most recent status update.

Status lifecycle

quoted is never exposed. collected and cancelled are terminal.

Errors