---
title: "Lease info"
method: GET
path: "/leasing/info/{id}"
tags: ["leasing"]
---

# Lease info

`GET /leasing/info/{id}`

Get lease parameters by lease ID

## Path parameters

- `id` string, required

## Response `200`

successful operation

- 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, 13 info
  - the `cancelHeight` response's property type/format changed from `integer`/`int32` to ``/`` for status `200`
  - the `height` response's property type/format changed from `integer`/`int32` to ``/`` for status `200`
  - the `recipient` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - api operation id `lease_info_get` removed and replaced with `getLease`
  - …12 more
- **2021-05-27** `c901f97e3a8d` — 3 breaking, 1 warning, 12 info
  - the `cancelHeight` response's property type/format changed from ``/`` to `integer`/`int32` for status `200`
  - the `height` response's property type/format changed from ``/`` to `integer`/`int32` for status `200`
  - the `recipient` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - added the new `expired` enum value to the `status` response property for the response status `200`
  - …12 more

[Change history](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/changes/leasing/info/:id/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)
