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
output_point
— the output point for the merkle tree voucherak
— the authentication key for the vouchernk
— the nullifier key for the voucherposition
— position in the merkle tree
Response
Returns merkle tree voucher information containing:voucher_info
— the voucher information objectpaths
— array of merkle tree path elements for cryptographic verificationanchors
— array of anchor values for the merkle treert
— merkle tree rootoutput_point_info
— detailed information about the output point
Use case
Thewallet/getmerkletreevoucherinfo
method is used for:
- Generating cryptographic proofs for shielded transactions in TRON privacy features.
- Verifying transaction authenticity using merkle tree structures.
- Building privacy-preserving applications that require zero-knowledge proofs.
- Implementing advanced cryptographic verification systems on TRON network.
Body
application/json
output_point
string
default:030c8c2bc59fb3eb8c12157b4d7ddd4b2d6cf2c5b3f1a2c3d4e5f6071819202122
required
The output point for the merkle tree voucher
Authentication key for the voucher
Nullifier key for the voucher
Position in the merkle tree
Response
200 - application/json
Merkle tree voucher information