List Signal Categories
Returns all active signal categories with id, name, and description.
Use category names with the categories parameter on the /signals endpoint to filter signals by category.
Response Body
application/json
curl -X GET "https://api.aixbt.tech/v2/signal-categories"{
"status": 200,
"data": [
{
"id": "string",
"name": "string",
"description": "string"
}
]
}Empty