Returns a list of all bigmap keys.
Filter by internal TzKT id.
Click on the parameter to expand more details.
Filter by bigmap ptr.
Click on the parameter to expand more details.
Filters by status: true
- active, false
- removed.
Filter by key hash.
Click on the parameter to expand more details.
Filter by key.
Note, this parameter supports the following format: key{.path?}{.mode?}=...
,
so you can specify a path to a particular field to filter by (for example, ?key.foo.in=bar,baz
).
Click on the parameter to expand more details.
Filter by value.
Note, this parameter supports the following format: value{.path?}{.mode?}=...
,
so you can specify a path to a particular field to filter by (for example, ?value.foo.in=bar,baz
).
Click on the parameter to expand more details.
Filter by level of the block where the key was first seen.
Click on the parameter to expand more details.
Filter by timestamp (ISO 8601) of the block where the key was first seen.
Click on the parameter to expand more details.
Filter by level of the block where the key was last seen.
Click on the parameter to expand more details.
Filter by timestamp (ISO 8601) of the block where the key was last seen.
Click on the parameter to expand more details.
Filter by number of actions with the bigmap key.
Click on the parameter to expand more details.
Sorts items (asc or desc) by the specified field.
You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.
Specifies which or how many items should be skipped.
Click on the parameter to expand more details.
Maximum number of items to return.
Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields.
This parameter accepts values of the following format: {field}{path?}{as alias?}
, so you can do deep selection
(for example, ?select=balance,token.metadata.symbol as token,...
).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.
Format of the key
and value
fields: 0
- JSON, 2
- Micheline
Json
Returns a list of bigmap keys.
Bigmap Id
Filters keys by status: true
- active, false
- removed.
Filters keys by JSON key. Note, this query parameter supports the following format: ?key{.path?}{.mode?}=...
,
so you can specify a path to a particular field to filter by, for example: ?key.token_id=...
.
Filters keys 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=...
.
Filters bigmap keys by the last update level.
Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields
and .values
modes.
Sorts bigmap keys by specified field. Supported fields: id
(default), firstLevel
, lastLevel
, updates
.
Specifies which or how many items should be skipped
Maximum number of items to return
100
Format of the bigmap key and value: 0
- JSON, 1
- JSON string, 2
- Micheline, 3
- Micheline string
Json
Returns the specified bigmap key.
Bigmap Id
Either a key hash (expr123...
) or a plain value (foo...
).
Even if the key is complex (an object or an array), you can specify it as is, for example, /keys/{"address":"tz123","nat":"123"}
.
Format of the bigmap key and value: 0
- JSON, 1
- JSON string, 2
- Micheline, 3
- Micheline string
Json