Skip to main content
POST

Overview

Broadcasts the fully-signed sell transaction and returns the on-chain signature. Semantics are identical to Submit Buy — pure passthrough, no database write; the indexer writes the Trade row asynchronously after on-chain confirmation.

Headers

string
required
A valid PARTNER scope key.

Path Parameters

string
required
Trade identifier (prefixed trd_) returned by Quote Sell.

Request Body

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

Response

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

Errors