get_categories
Retrieve an overview of all categories across multiple crypto protocols using the API, eliminating the need to manage individual API keys. Simplifies access to structured data for analysis.
Instructions
GET /api/categories
Overview of all categories across all protocols.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_categoriesArguments",
"type": "object"
}