Master Wallet Broadcast Transaction
Master Wallet Broadcast Transaction
Sign and broadcast a raw unsigned transaction in one step. The transaction is signed immediately, then submitted on chain via a reliable queue with automatic retries. Returns PENDING status. You receive a signed.success or signed.failed webhook when the result is confirmed.
POST
Master Wallet Broadcast Transaction
Documentation Index
Fetch the complete documentation index at: https://docs.blockradar.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Example:
"YOUR_WALLET_ID"
Body
application/json
The serialized unsigned transaction. Base64 for Solana, JSON string for EVM and Tron.
Example:
"AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA..."
Your internal tracking ID.
Example:
"jupiter-swap-broadcast-001"
Custom key-value pairs stored with the transaction record.
Example:
{ "source": "jupiter" }
