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

# Get bigmap by Id

`GET /v1/bigmaps/{id}`

Returns a bigmap with the specified Id.

## Path parameters

- `id` integer, required

## Query parameters

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

## Response `200`

- BigMap
  - `ptr` integer — Bigmap pointer
  - `contract` Alias, required
    - `alias` string, nullable — Account alias name (off-chain data).
    - `address` string, required — Account address (public key hash).
  - `path` string, required — Path to the bigmap in the contract storage
  - `tags` string[], nullable — List of tags ( `metadata`, `token_metadata`,`ledger`, or `null` if there are no tags)
  - `active` boolean — Bigmap status (`true` - active, `false` - removed)
  - `firstLevel` integer — Level of the block where the bigmap was seen first time
  - `lastLevel` integer — Level of the block where the bigmap was seen last time
  - `totalKeys` integer — Total number of keys ever added to the bigmap
  - `activeKeys` integer — Total number of currently active keys
  - `updates` integer — Total number of actions with the bigmap
  - `keyType` unknown, required
  - `valueType` unknown, required

---

[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)
