📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

Method: POST /wallet/getincomingviewingkey

dropdown

Method REST /wallet/getincomingviewingkey example for Tron (TRX)

POST /wallet/getincomingviewingkey

Method not allowed

get incoming viewing key

Parameters

ak - string, required

nk - string, required

Request

curl --location --request POST 'https://trx.getblock.io/wallet/getincomingviewingkey' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}