Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
transparent_from_address
— the transparent TRX address sending funds (optional)from_amount
— the amount to send from transparent address (in sun)shielded_spends
— array of shielded input specificationsshielded_receives
— array of shielded output specificationsto_address
— recipient shielded addressto_amount
— amount to send to shielded address (in sun)
Response
raw_data_hex
— the raw unsigned transaction data in hexadecimal formatraw_data
— the structured raw unsigned transaction datatxID
— the transaction ID hash (will change after signing)
Use case
Thewallet/createshieldedtransactionwithoutspendauthsig
method is used for:
- Creating unsigned shielded transactions for offline signing workflows
- Separating transaction creation from signing for enhanced security
- Supporting hardware wallet integration with shielded transactions
- Enabling multi-step transaction creation processes
Body
application/json
Recipient shielded address
Example:
"ztron1abc123def456ghi789jklmno012pqr345stu678vwx90"
Amount to send to shielded address in sun
Example:
1000000
Transparent TRX address sending funds
Example:
"TQn9Y2khEsLJW1ChVWFMSMeRDow5KcbLSE"
Amount to send from transparent address in sun
Example:
1000000
Array of shielded input specifications
Array of shielded output specifications
Response
200 - application/json
Successfully created unsigned shielded transaction