---
title: "returns guardian data for the provided address."
method: GET
path: "/address/{address}/guardian-data"
tags: ["address"]
---

# returns guardian data for the provided address.

`GET /address/{address}/guardian-data`

## Path parameters

- `address` string, required

## Response `200`

successful operation

- GuardianResponse
  - `data` object
    - `activeGuardian` Guardian
      - `address` string
      - `activationEpoch` integer
      - `serviceUID` string
    - `pendingGuardian` Guardian
      - `address` string
      - `activationEpoch` integer
      - `serviceUID` string
    - `guarded` boolean
  - `error` string
  - `code` string

## Changes

- **2023-04-05** `02f72d3e7338` — 1 info
  - endpoint added
- **2023-03-24** `878e0c35bb6b` — 1 breaking
  - api path removed without deprecation
- **2023-02-17** `d6ee9b93c7dc` — 1 breaking, 3 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the optional property `code` to the response with the `200` status
  - added the optional property `data` to the response with the `200` status
  - added the optional property `error` to the response with the `200` status
- **2023-02-17** `6fa908b60462` — 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/guardian-data/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)
