---
title: "Get bigmap key"
method: GET
path: "/v1/bigmaps/{id}/keys/{key}"
tags: ["BigMaps"]
---

# Get bigmap key

`GET /v1/bigmaps/{id}/keys/{key}`

Returns the specified bigmap key.

## Path parameters

- `id` integer, required
- `key` string, required

## Query parameters

- `micheline` 'Json' | 'JsonString' | 'Raw' | 'RawString'

## Response `200`

- BigMapKey
  - `id` integer — Internal Id, can be used for pagination
  - `active` boolean — Bigmap key status (`true` - active, `false` - removed)
  - `hash` string, required — Key hash
  - `key` unknown, required
  - `value` unknown, required
  - `firstLevel` integer — Level of the block where the bigmap key was seen first time
  - `lastLevel` integer — Level of the block where the bigmap key was seen last time
  - `updates` integer — Total number of actions with the bigmap key

---

[API](https://skmtc.dev/tzkt/apis/tzkt-api.md) · [All operations](https://skmtc.dev/tzkt/apis/tzkt-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tzkt/tzkt-api/revisions/a2e2aba5e534/schema)
