Count

Get bigmap updates count

get

Returns a total number of bigmap updates.

Query parameters
bigmapone of | nullableOptional

Filters by bigmap ptr

pathone of | nullableOptional

Filters by bigmap path

contractone of | nullableOptional

Filters by bigmap contract

tagsone of | nullableOptional

Filters by bigmap tags: metadata, token_metadata, ledger

actionone of | nullableOptional

Filters by action

valueone of | nullableOptional

Filters by JSON value. Note, this query parameter supports the following format: ?value{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by, for example: ?value.balance.gt=....

levelone of | nullableOptional

Filters by level

timestampone of | nullableOptional

Filters by timestamp

Responses
200Success
application/json
get
GET /v1/bigmaps/updates/count HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
200Success
[
  {
    "id": 1,
    "level": 1,
    "timestamp": "2025-07-14T00:21:15.663Z",
    "bigmap": 1,
    "contract": {
      "alias": "text",
      "address": "text"
    },
    "path": "text",
    "action": "text",
    "content": {
      "hash": "text",
      "key": null,
      "value": null
    }
  }
]