---
title: "Get grants where address is grantee"
method: GET
path: "/address/{hash}/granters"
tags: ["address"]
---

# Get grants where address is grantee

`GET /address/{hash}/granters`

Returns a paginated list of authz grants where the given address is the grantee — i.e., grants that other accounts have authorized to this address.

## Path parameters

- `hash` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- ResponsesGrant[]
  - `authorization` string
  - `expiration` string
  - `grantee` ResponsesShortAddress
    - `celestials` ResponsesCelestial — Linked celestial id
      - `image_url` string
      - `name` string
      - `primary` boolean
      - `status` string
    - `hash` string
  - `granter` ResponsesShortAddress
    - `celestials` ResponsesCelestial — Linked celestial id
      - `image_url` string
      - `name` string
      - `primary` boolean
      - `status` string
    - `hash` string
  - `height` integer
  - `params` object
  - `revoke_height` integer
  - `revoked` boolean
  - `time` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/celenium-io/apis/celenium-api.md) · [All operations](https://skmtc.net/celenium-io/apis/celenium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celenium-io/celenium-api/versions/df8fa3d17ac3/schema)
