Master Wallet Sign Transaction
Sign a raw unsigned transaction with the master wallet’s private key. Supports EVM (JSON string), Tron (JSON string), Solana (base64 VersionedTransaction), and Stellar (base64 transaction envelope XDR, including Soroban transactions).
Authorizations
Path Parameters
"YOUR_WALLET_ID"
Body
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.
"{\"to\":\"0x000000000000000000000000000000000000dEaD\",\"value\":\"0x5af3107a4000\",\"nonce\":4,\"chainId\":11155111,\"gasLimit\":\"0x5208\",\"maxFeePerGas\":\"0x59682f00\",\"maxPriorityFeePerGas\":\"0x3b9aca00\",\"type\":2}"
Your internal tracking ID.
"eth-transfer-001"
Custom key-value pairs stored with the transaction record.

