For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataCollection.get_schema_field_names

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?