Margin borrow rates & history
julienkermarec opened this issue · 1 comments
julienkermarec commented
Hi,
Thanks for your library !
It is possible to add margin borrow rates & history ?
GET /spot_margin/borrow_rates
https://docs.ftx.com/#get-borrow-rates
GET /spot_margin/borrow_history
https://docs.ftx.com/#get-my-borrow-history
julienkermarec commented
Finally find but not in the README ;-)
GET /spot_margin/borrow_rates
$ftx->spotMargin->borrowRates();
GET /spot_margin/borrow_history
$ftx->spotMargin->borrowHistory();