CoinMetricsClient.get_blockchain_metadata_tagged_entities
coinmetrics.api_client.CoinMetricsClient.get_blockchain_metadata_tagged_entities(
tags=None,
entities=None,
locations=None,
owner_names=None,
page_size=None,
next_page_token=None,
)Returns a list of all entities associated with provided tags. 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. Ordered by tuple (owner_name, location, entity, tag, timestamp_start) if requested by providing owner_name parameter.
Parameters:
Returns:
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.
PreviousCoinMetricsClient.get_blockchain_metadata_owners
NextCoinMetricsClient.get_blockchain_metadata_tags
Last updated

