Skip to main content
POST
Child Address Sign Transaction

Autorisations

x-api-key
string
header
requis

Paramètres de chemin

id
string
requis
Exemple:

"YOUR_WALLET_ID"

addressId
string
requis
Exemple:

"ADDRESS_OR_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:

"{\"to\":\"0x000000000000000000000000000000000000dEaD\",\"value\":\"0x5af3107a4000\",\"nonce\":4,\"chainId\":11155111,\"gasLimit\":\"0x5208\",\"maxFeePerGas\":\"0x59682f00\",\"maxPriorityFeePerGas\":\"0x3b9aca00\",\"type\":2}"

reference
string

Your internal tracking ID.

Exemple:

"eth-child-transfer-001"

metadata
object

Custom key-value pairs stored with the transaction record.

Exemple:

Réponse

Transaction signed successfully

statusCode
number
Exemple:

200

message
string
Exemple:

"Transaction signed successfully"

data
object