Catalog
Lists supported endpoints, exchanges and symbols; used to discover valid query params for other endpoints.
Request
Add parameter in header x-api-key
Example:x-api-key: ********************
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Token URL: https://api.hyblockcapital.com/v2/oauth2/token
or
Request Code Samples
curl --location 'https://api.hyblockcapital.com/v2/catalog?endpointName=klines&exchange=binance_perp_stable&symbol=BTC' \
--header 'x-api-key: <api-key>' \
--header 'Authorization: Bearer <token>'
Responses
{
"data": {
"property1": [
"string"
],
"property2": [
"string"
]
}
}
Modified at 2026-08-04 07:40:05