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
Scopes:
all-Access to all resources
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": {
"arkham_perp_stable": [
"ton",
"wif",
"avax",
"move"
],
"binance_perp_coin": [
"btc",
"avax",
"move"
]
}
}
Modified at 2026-03-05 12:01:18