Hi everyone,
I’m currently working on a project where I need to get borrow and repay history data not only for my own Binance account, but aggregated across all margin trading pairs in the market.
The official Binance API only exposes borrow/repay history for the authenticated user’s account. However, I’ve heard that Binance’s web or mobile apps may use some private or undocumented API endpoints that provide market-wide margin loan statistics or aggregated data.
Has anyone here:
Found or reverse-engineered such private endpoints?
Analyzed Binance’s web or mobile app network traffic to identify requests returning aggregated borrow/repay data?
Managed to automate requests to these endpoints including authorization (cookies, tokens, signatures)?
Any advice, sample requests, or directions would be very helpful.
Thanks in advance!