curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getzenpaymentaddress \
--header 'Content-Type: application/json' \
--data '{
"ivk": "0x05d4e5f6789012345678901234567890123456789012345678901234567890abcdef",
"d": "0x06e5f6789012345678901234"
}'
{
"pkD": "0x07f6789012345678901234567890123456789012345678901234567890abcdef01",
"payment_address": "ztron1abcdefghijk123456789..."
}
curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getzenpaymentaddress \
--header 'Content-Type: application/json' \
--data '{
"ivk": "0x05d4e5f6789012345678901234567890123456789012345678901234567890abcdef",
"d": "0x06e5f6789012345678901234"
}'
{
"pkD": "0x07f6789012345678901234567890123456789012345678901234567890abcdef01",
"payment_address": "ztron1abcdefghijk123456789..."
}
ivk
— the incoming viewing key in hexadecimal formatd
— the diversifier in hexadecimal formatpkD
— the payment address public key componentpayment_address
— the complete shielded payment addresswallet/getzenpaymentaddress
method is used for:
Successfully generated shielded payment address
The response is of type object
.