Health Groups
Gets all available health groups.
Note: a health group is a perp and spot product whose health is calculated together (e.g. BTC and BTC-PERP).
Rate limits
1200 requests/min or 20 requests/sec per IP address. (weight = 2)
See more details in API Rate limits
Request
Response
health_groups
: list of all available health groups. Note:health_groups[i]
is the spot / perp product pair of health groupi
wherehealth_groups[i][0]
is the spotproduct_id
andhealth_groups[i][1]
is the perpproduct_id
. Additionally, it is possible for a health group to only have either a spot or perp product, in which case, the product that doesn’t exist is set to0
.
Last updated