API call on Borrow - Get Loan Ongoing Orders returning zero

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.

It appears that the API call only returns Stable Rate loans but not the Flex Rate ones that I have. This seems to count for all of the Loan endpoints, btw.