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

Method: POST /wallet/getpaginatedassetissuelist

dropdown

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

POST /wallet/getpaginatedassetissuelist

Method not allowed

Query the list of all the tokens by pagination.Returns a list of Tokens that succeed the Token located at offset.

Parameters

offset - int32

The index of the start token

limit - int32

The amount of tokens per page

Request

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