GetAkFromAsk

Body params:

  • value

Request

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

Response

{
  "value": "72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d"
}

Last updated