API for Loan and Repay not returning data for non BTC

Hi, when we are fetching data from the Loan and Repay APIs, we are only getting the BTC data and not the loan/repay data of other currencies. Please resolve the issue. The endpoints we are using are:
/sapi/v1/margin/loan
/sapi/v1/margin/repay

Regards

Hi, can you share your request url in query-string for full context?

Loan : ‘https://api.binance.com/sapi/v1/margin/loan?timestamp=1629973207951&recvWindow=5000&startTime=1627344001000&limit=1000&asset=ETH&isolatedSymbol=BNBETH&signature=4584c5c1d91cc7698c805e55f162430e59f0fe7f47ce5cbc0dbe2e2bbe5abb0d
Repay: ‘https://api.binance.com/sapi/v1/margin/repay?timestamp=1629975190745&recvWindow=5000&startTime=1627344001000&limit=1000&asset=ETH&isolatedSymbol=BNBETH&signature=52341347704a86258e630d683614ac4d375484f20a67748ae481931e2e6ad71b

Even if we exclude the isolatedSymbol parameter, no loan/repay data is coming back for ETH

What if you extend startTime to be longer ago? And what’s the situation when using the UI (https://www.binance.com/en/my/orders/margin/borrow/isolated_margin) ?

Extending startTime is not helping. API is returning only ETHBTC loan/repay data and not the ones for BCH, DOT, EOS, etc. UI is showing all data.