---
title: "Active leases by address"
method: GET
path: "/leasing/active/{address}"
tags: ["leasing"]
---

# Active leases by address

`GET /leasing/active/{address}`

Get all active leases involving a given address

## Path parameters

- `address` string, required

## Response `200`

Lease info

- LeaseInfo[]
  - `id` string, required
  - `originTransactionId` string, required
  - `sender` string, required
  - `recipient` string, required
  - `amount` integer, required
  - `height` integer, required
  - `status` 'active' | 'canceled', required — * `active`: lease is active; * `canceled`: lease has been canceled
  - `cancelHeight` integer
  - `cancelTransactionId` string

## Changes

> 36 revisions in range; 1 could not be searched.

- **2021-10-29** `b7734edf6ea8` — 3 breaking, 12 info
  - the `items/cancelHeight` response's property type/format changed from `integer`/`int32` to ``/`` for status `200`
  - the `items/height` response's property type/format changed from `integer`/`int32` to ``/`` for status `200`
  - the `items/recipient` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - added `#/components/schemas/Address` to the `items/recipient` response property `allOf` list for the response status `200`
  - …11 more
- **2021-05-27** `c901f97e3a8d` — 3 breaking, 1 warning, 11 info
  - the `items/cancelHeight` response's property type/format changed from ``/`` to `integer`/`int32` for status `200`
  - the `items/height` response's property type/format changed from ``/`` to `integer`/`int32` for status `200`
  - the `items/recipient` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - added the new `expired` enum value to the `items/status` response property for the response status `200`
  - …11 more

[Change history](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/changes/leasing/active/:address/get.md)

---

[API](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid.md) · [All operations](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wavesplatform/waves-full-node-chainid/revisions/09465bcdf6ce/schema)
