BigMaps
Get bigmap key updates
Returns updates history for the specified bigmap key.
get/v1/bigmaps/{id}/keys/{key}/updates
Path parameters
idinteger required
Bigmap Id
keystring required
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"}.
Query parameters
Sorts bigmap updates by specified field. Supported fields: id (default).
Specifies which or how many items should be skipped
limitinteger
Maximum number of items to return
micheline'Json' | 'JsonString' | 'Raw' | 'RawString'
Format of the key value: 0 - JSON, 1 - JSON string, 2 - Micheline, 3 - Micheline string
Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.