DataCollection.get_schema_field_names
coinmetrics._data_collection.DataCollection.get_schema_field_names()Last updated
Was this helpful?
coinmetrics._data_collection.DataCollection.get_schema_field_names()Get all field names defined in the schema for this endpoint. This returns ALL possible fields, even if they're not present in the actual data.
Returns:
List[str]
List of field names from the schema
Last updated
Was this helpful?
Was this helpful?