Skip to main content
POST
Sponsor Transaction
Wraps the provided transaction XDR in a fee-bump envelope and submits it to the Stellar network.

Request Body

string
required
The base64-encoded XDR of the signed transaction or fee-bump transaction to sponsor.
string
required
The target network. Must be either testnet or mainnet.

Response Fields

string
The transaction hash generated by the Stellar network.
string
The total network fee paid by the relay in stroops.
number
The sequence number of the ledger that included the transaction.
string
The base64-encoded result XDR returned by the network.

Error Codes

SDK Example

View on GitHub