Overview
This endpoint returns all available topic classification categories. Topic classes help organize and filter topics into meaningful themes like partnerships, security events, token listings, and more.Response Structure
The response includes an array of topic class names as strings. Each class represents a category that topics can be classified into.Topic Class Categories
Topics are classified into the following main categories:Project Development
- Partnership: Collaborations and strategic partnerships
 - Feature Release: New feature launches and product updates
 - Network Upgrade: Protocol upgrades and improvements
 - Network Launch: New blockchain or network launches
 - Network Deployment: Deployment to new networks or chains
 - Project Announcements: General project updates and announcements
 - Project Strategy: Strategic direction and planning announcements
 
Token & Tokenomics
- Token Listing: New exchange listings
 - Airdrop: Token airdrops and distributions
 - Token Swap or Migration: Token migrations and swaps
 - Treasury Management: Treasury operations and management
 - Treasury Expense: Treasury spending and allocations
 - Project Team Funding: Team funding rounds and allocations
 
Security & Operations
- Security and Hacks: General security concerns
 - Protocol Exploit: Smart contract exploits and hacks
 - Vulnerability Disclosure: Security vulnerability announcements
 - Centralized Exchange Loss of Funds: Exchange-related security incidents
 - Bug Disclosure: Bug reports and disclosures
 - Network Congestion: Network performance issues
 - Blockchain Halt: Chain halts and downtime
 - Node Outage: Node and infrastructure outages
 - Chain Split: Blockchain forks and splits
 
Business & Governance
- Funding: Fundraising rounds and investments
 - Legal and Regulatory: Regulatory news and legal developments
 - Governance Update: DAO and governance proposals
 - Incentives Program: Reward programs and incentive structures
 - Community Update: Community-driven updates and news
 
Operations & Events
- Discontinued Product: Product sunsets and deprecations
 
Noise/Informational (typically filtered by default)
- Macro Commentary: General market commentary
 - Price Analysis: Price predictions and technical analysis
 - Irrelevant Content: Off-topic or non-substantive content
 
Usage Example
Use Cases
- Build Filter UIs: Create topic class selectors in your application
 - Understand Classification: Learn what categories are available for filtering
 - Dynamic Query Building: Programmatically construct filtered topic queries
 - Documentation: Reference available classes when using other Topics API endpoints
 
Next Steps
After retrieving the topic classes, use them to filter results in the Get Global Topics endpoint by passing them via theclasses query parameter.Authorizations
API key for authentication. Get your key at https://messari.io/account/api

