Get token relationships info for an account
Returns information for all token relationships for an account.
Path parameters
Account alias or account id or evm address
Query parameters
The maximum number of items to return
The order in which items are listed
The ID of the token to return information for
Response
OK
Example response
{
"tokens": [
{
"automatic_association": true,
"balance": 5,
"created_timestamp": "123456789.000000001",
"decimals": 3,
"freeze_status": "UNFROZEN",
"kyc_status": "GRANTED",
"token_id": "0.0.27335"
}
]
}Changes
Changed in 2 of the 53 revisions of this API.10
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
- ▲
the response property
///became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///became nullable for the statusresponse-property-became-nullable
- ▲
the response property
/became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
This revision also has 22 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲