⚡ We welcome businesses to test our enterprise-grade service

Method: POST /walletsolidity/getaccount

dropdown

Method REST /walletsolidity/getaccount example for Tron (TRX)

POST /walletsolidity/getaccount

Method not allowed

get solidity account

Parameters

address - string, required

visible - boolean

Request

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