Catalog
List of supported symbols, endpoinNames, and exchanges.
Request
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/oauth2/token
Add parameter in header x-api-key
Example:x-api-key: ********************
or
Request Code Samples
curl --location --request GET 'https://api.hyblockcapital.com/v2/catalog?endpointName&exchange&symbol' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'
Responses
{
"data": [
{
"availabilityFrom": "2023-12-06 10:15:00",
"exchange": "binance_perp_stable",
"symbol": "btcusdt"
}
]
}
Modified at 2026-01-19 12:53:44