---
title: "returns the tokens identifiers and roles for a given address"
method: GET
path: "/address/{address}/esdts/roles"
tags: ["address"]
---

# returns the tokens identifiers and roles for a given address

`GET /address/{address}/esdts/roles`

## Path parameters

- `address` string, required

## Response `200`

successful operation

- AddressEsdtTokens
  - `data` AddressEsdtTokensData[]
    - `tokens` string[]
  - `error` string
  - `code` string

## Changes

- **2024-08-01** `a653d8ae258e` — 1 info
  - endpoint added
- **2023-02-08** `82d543636074` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/multiversx/apis/multiversx-gateway-api/changes/address/:address/esdts/roles/get.md)

---

[API](https://skmtc.dev/multiversx/apis/multiversx-gateway-api.md) · [All operations](https://skmtc.dev/multiversx/apis/multiversx-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multiversx/multiversx-gateway-api/revisions/44c49bc12621/schema)
