GetExpandedSpendingKey

Body params:

  • value - HEX of Spending Key

Request

curl --request POST \
     --url https://tron.api.watchdata.io/wallet/getexpandedspendingkey \
     --header 'Accept: application/json' \
     --header 'Content-Type: application/json' \
     --data '
{
     "value": "09124de6a534661ef1cfad0335832445a3b83c08e885881a68a52cf4dc735e68"
}
'

Response

{
  "ask": "23d11537676610c287ffcd1bc33d650df37fc90d13bb65356fbc9045cfb91705",
  "nsk": "da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a",
  "ovk": "e73f5383fdeacbb282db951afba01e607916c8106b316c55544fac84b2efbdc4"
}

Last updated