Child Address Sign Transaction
Child Address Sign Transaction
Sign a raw unsigned transaction with a child address private key. The transaction must be built with the child address as the sender/payer. Supports EVM, Tron, and Solana.
POST
Child Address Sign Transaction
Authorizations
Path Parameters
Example:
"YOUR_WALLET_ID"
Example:
"ADDRESS_OR_ID"
Body
application/json
The serialized unsigned transaction. Base64 for Solana, JSON string for EVM and Tron.
Example:
"{\"to\":\"0x000000000000000000000000000000000000dEaD\",\"value\":\"0x5af3107a4000\",\"nonce\":4,\"chainId\":11155111,\"gasLimit\":\"0x5208\",\"maxFeePerGas\":\"0x59682f00\",\"maxPriorityFeePerGas\":\"0x3b9aca00\",\"type\":2}"
Your internal tracking ID.
Example:
"eth-child-transfer-001"
Custom key-value pairs stored with the transaction record.
Example:
{ "source": "custom" }

