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

Method: GET /wallet/getassetissuelist

dropdown

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

GET /wallet/getassetissuelist

Method not allowed

Query the list of all the TRC10 tokens.

Parameters

-

Request

curl --location --request GET 'https://trx.getblock.io/wallet/getassetissuelist' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' 


Response

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