---
title: "Get vesting for address"
method: GET
path: "/address/{hash}/vestings"
tags: ["address"]
---

# Get vesting for address

`GET /address/{hash}/vestings`

Returns a paginated list of vesting accounts associated with the given address. Use show_ended=true to also include vestings whose end time has already passed.

## Path parameters

- `hash` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `show_ended` boolean

## Response `200`

OK

- ResponsesVesting[]
  - `amount` string, string
  - `end_time` string, date-time
  - `hash` string, binary
  - `height` integer
  - `id` integer
  - `start_time` string, date-time
  - `time` string, date-time
  - `type` string, 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)
