curl --request GET \
--url https://api.ivory.finance/v1/topics \
--header 'X-API-Key: <api-key>'{
"total": 123,
"groups": [
{
"category": "<string>",
"topics": [
{
"id": 123,
"name": "<string>",
"slug": "<string>",
"category": "<string>",
"description": "<string>",
"keywords": [
"<string>"
]
}
]
}
]
}Return the full 100-topic taxonomy, grouped by category.
curl --request GET \
--url https://api.ivory.finance/v1/topics \
--header 'X-API-Key: <api-key>'{
"total": 123,
"groups": [
{
"category": "<string>",
"topics": [
{
"id": 123,
"name": "<string>",
"slug": "<string>",
"category": "<string>",
"description": "<string>",
"keywords": [
"<string>"
]
}
]
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?