v1
latestOpenAPI 3.1.02026-07-241653251.3 MBMarket Data
List categories
Retrieves a list of available market data categories, which can be used to query articles.
get/market_data/news/categories
Headers
X-SCX-SIGNEDstring required
HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.
X-SCX-TIMESTAMPstring required
Example:1678901234
Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.
Response
Successfully retrieved list of available news categories.
Example response
[
{
"categoryName": "DOGE",
"wordsAssociatedWithCategoryList": [
"DOGE",
"DOGECOIN"
]
}
]