Hi! When I try to see my ongoing loan orders via the Python API call
varResponse = api.loan_collateral_data(collateralCoin=strSymbolp1)
I am getting
{‘total’: 0, ‘rows’: }
as response. Why is that? I can see my loans in the BN portal, and also have enabled
Enable Margin Loan, Repay & Transfer
in the API config page of the portal.