The Squeeze Intensity API provides quantitative metrics that measure the strength of long and short squeezes in the market. It calculates squeeze intensity by comparing liquidations against corresponding trade volume, offering insights into forced position unwinds and market stress conditions.
Request
Authorization
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
OAuth 2.0
Client Credentials
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.