⚡ We welcome businesses to test our enterprise-grade service

Method: POST /wallet/scanshieldedtrc20notesby

dropdown

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

POST /wallet/scanshieldedtrc20notesby

Method not allowed

Scan outgoing notes.

Parameters

start_block_index - int32, required.

end_block_index - int32, required.

shielded_TRC20_contract_address - string, required.

ivk - string, required.

ak - string, required.

nk - string, required.

visible - boolean

Request

curl --location --request POST 'https://trx.getblock.io/wallet/scanshieldedtrc20notesby' \
--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"
}