Skip to main content
POST

Overview

Broadcasts the fully-signed redemption transaction and returns the on-chain signature. Pure passthrough — no database write. The indexer transitions the redemption from quoted to submitted (or failed on revert) once the transaction is confirmed on-chain.
You may also broadcast directly to any Solana RPC. The indexer will pick up the transaction regardless.

Headers

string
required
A valid PARTNER scope key.

Path Parameters

string
required
Redemption identifier (prefixed red_) returned by Quote Redemption.

Request Body

string
required
Base64-encoded, fully-signed Solana transaction (GRAIL’s partial sig + user).

Response

string
Echo of the path parameter.
string
Solana transaction signature (base58).

Errors