Why can't I call GET /futures/data/openInterestHist from binance testnet?

The other APIs work fine, but when you try to use
“GET https://testnet.binancefuture.com/futures/data/openInterestHist?symbol=BTCUSDT&period=1d” it doesn’t work.

Is it impossible to get openInterest from testnet?

I’m using javaconnector(GitHub - binance/binance-connector-java)

Hi, I think this endpoint is not available from the futures testnet.

1 Like

Thanks!

The API that passes “period” as a mandatory parameter doesn’t seem to be available on testnet at the moment!