Get TRC20 token balances by address

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Returns

FieldTypeDescription
dataArrayAn array of objects, each object representing a TRC-20 token address–balance pair.
successBooleanWhether the request was successful.
meta.atLongThe response timestamp. (Unit: millisecond)
meta.page_sizeIntegerThe number of items returned on the current page.
meta.fingerprintStringThe fingerprint for paginating to the next page.
meta.links.nextStringThe URL for the next page of results.

Path Params
string
required

The account address (Format: Base58 or hex). Example: TFtbBrsWw5DGHoKQE8VY2WzTY3VnanQ2hz

Query Params
string

The TRC20 contract address for balance inquiry. Example: TP919kJBXKuwmTRDrNvoPcsuCzBonHZMqJ

int32

The maximum number of transactions to return per page. (Default: 20, max: 200)

Response
200
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!