curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getdiversifier \
--header 'Content-Type: application/json' \
--data '{}'
{
"d": "0x06e5f6789012345678901234"
}
curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getdiversifier \
--header 'Content-Type: application/json' \
--data '{}'
{
"d": "0x06e5f6789012345678901234"
}
d
— the generated diversifier as a hexadecimal stringwallet/getdiversifier
method is used for:
Successfully generated diversifier
The response is of type object
.