---
title: "Get token relationships info for an account"
method: GET
path: "/api/v1/accounts/{idOrAliasOrEvmAddress}/tokens"
tags: ["accounts"]
---

# Get token relationships info for an account

`GET /api/v1/accounts/{idOrAliasOrEvmAddress}/tokens`

Returns information for all token relationships for an account.

## Path parameters

- `idOrAliasOrEvmAddress` string, required

## Query parameters

- `limit` integer
- `order` 'asc' | 'desc'
- `token.id` string

## Response `200`

OK

- TokenRelationshipResponse
  - `tokens` TokenRelationship[]
    - `automatic_association` boolean, required — Specifies if the relationship is implicitly/explicitly associated.
    - `balance` integer, required — For FUNGIBLE_COMMON, the balance that the account holds in the smallest denomination. For NON_FUNGIBLE_UNIQUE, the number of NFTs held by the account.
    - `created_timestamp` string, required — A Unix timestamp in seconds.nanoseconds format
    - `decimals` integer, required
    - `freeze_status` 'NOT_APPLICABLE' | 'FROZEN' | 'UNFROZEN', required — The Freeze status of the account.
    - `kyc_status` 'NOT_APPLICABLE' | 'GRANTED' | 'REVOKED', required — The KYC status of the account.
    - `token_id` string, nullable, required — Network entity ID in the format of `shard.realm.num`
  - `links` Links
    - `next` string, nullable

## Other responses

- `400` — Invalid parameter
- `404` — Not Found

---

[API](https://skmtc.dev/hedera/apis/mirror-node-rest-api.md) · [All operations](https://skmtc.dev/hedera/apis/mirror-node-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hedera/mirror-node-rest-api/revisions/45f5ccac560c/schema)
