v1

latestOpenAPI 3.0.2Apache 2.02026-07-17189642856.1 KB
Blockchain Metadata

The list of entities associated with provided tags

Returns a list of all entities associated with provided tags.

get/blockchain-metadata/tagged-entities

Query parameters

tagsstring[]

Comma separated list of tags. Mutually exclusive with entities parameter. Currently a single tag is allowed per each request.

entitiesstring[]

Comma separated list of entities. Mutually exclusive with tags parameter.

locationsstring[]

Comma separated list of entity locations (asset representation where the entity has been tagged). Currently a single entity location is allowed per each request.

prettyboolean

Human-readable formatting of JSON responses.

page_sizeinteger

Number of items per single page of results.<br/> The value of this parameter is ignored if the endpoint supports the format parameter and its value is set to json_stream.

next_page_tokenstring

Token for receiving the results from the next page of a query.<br/> Should not be used directly. To iterate through pages just use next_page_url response field.

Response

List of tagged entities. Ordered by tuple (entity, tag, location, start_time) if requested by providing entities parameter. Ordered by tuple (tag, location, entity, started_time) if requested by providing tags parameter.

next_page_tokenstring

Token of the next page results for a given request.

next_page_urlstring

URL of the next page results for a given request.