Open Frank21st opened 6 months ago
I mean, how to get the BTC liquidation data according to the value(eg: 1k, 10k, 1M, and so on); I did't find the api to select according to the value. I think it's an import function.
Hi, thanks. The liquidation map data requires a Professional subscription from Coinglass
Support for the liquidation map is there in the API, see https://github.com/dineshpinto/coinglass-api/blob/3d1e6f4cb166ffe77026bbc219acf67289651719/coinglass_api/api.py#L352
Note that this is from the v2 endpoint.
Hi, thank you for develop this codes.
I want to get the liquidation data, especially the BTC liquidation data, so how to write the code ? the website is this: https://www.coinglass.com/LiquidationData, and I am interest in this part: Real-Time Liquidations
Thanks!