---
title: "Multiple leases info"
method: GET
path: "/leasing/info"
tags: ["leasing"]
---

# Multiple leases info

`GET /leasing/info`

Get lease parameters by lease IDs

## Query 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

- **2021-10-29** `b7734edf6ea8` — 3 breaking, 13 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`
  - api operation id `lease_infos_get` removed and replaced with `getMultipleLeases`
  - …12 more
- **2021-05-27** `c901f97e3a8d` — 3 breaking, 1 warning, 12 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`
  - …12 more

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