Skip to main content
POST
Master Wallet Broadcast Transaction

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required
Example:

"YOUR_WALLET_ID"

Body

application/json
transaction
string
required

The serialized unsigned transaction. Base64 for Solana, JSON string for EVM and Tron.

Example:

"AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA..."

reference
string

Your internal tracking ID.

Example:

"jupiter-swap-broadcast-001"

metadata
object

Custom key-value pairs stored with the transaction record.

Example:

Response

Transaction signed and broadcast initiated

statusCode
number
Example:

200

message
string
Example:

"Transaction signed and broadcast initiated"

data
object