Skip to main content
POST
Master Wallet Broadcast Transaction

Autorisations

x-api-key
string
header
requis

Paramètres de chemin

id
string
requis
Exemple:

"YOUR_WALLET_ID"

Corps

application/json
transaction
string
requis

The serialized unsigned transaction. Base64 for Solana, JSON string for EVM and Tron, base64 transaction envelope XDR for Stellar. Stellar Soroban transactions must be simulated and assembled before submission.

Exemple:

"AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA..."

reference
string

Your internal tracking ID.

Exemple:

"jupiter-swap-broadcast-001"

metadata
object

Custom key-value pairs stored with the transaction record.

Exemple:

Réponse

Transaction signed and broadcast initiated

statusCode
number
Exemple:

200

message
string
Exemple:

"Transaction signed and broadcast initiated"

data
object