Skip to main content
Token’s information related to the given Account.
FieldTypeDescription
tokenIdTokenIDA unique token id
symbolstringThe Symbol of the token
balanceuint64For token of type FUNGIBLE_COMMON - the balance that the Account holds in the smallest denomination. For token of type NON_FUNGIBLE_UNIQUE - the number of NFTs held by the account
kycStatusTokenKycStatusThe KYC status of the account (KycNotApplicable, Granted or Revoked). If the token does not have KYC key, KycNotApplicable is returned
freezeStatusTokenFreezeStatusThe Freeze status of the account (FreezeNotApplicable, Frozen or Unfrozen). If the token does not have Freeze key, FreezeNotApplicable is returned
decimalsuint32Tokens divide into 10 decimal pieces
automatic_associationbool

Specifies if the relationship is created implicitly.
False : explicitly associated,
True : implicitly associated.