Does testnet 2024-10-02 introduce breaking changes to /api/v3/exchangeInfo response?

I have seen testnet API response all pairs with

            "permissionSets": [],

Which was used to check if a pair is eligible for trading. Now all pairs on testnet is not trade-able. I have look at most recent change log binance-spot-api-docs/testnet/CHANGELOG.md at master · binance/binance-spot-api-docs · GitHub but didn’t see anything related.
I just want to know if this can propagate to production API and prepare for it.

Hi.

Thanks for reporting this. It looks to be a bug.

For reference, all symbols are still tradable, but the permissions are not visible from the response if you don’t set any parameters.

As a workaround, please use the request:

curl --location 'https://testnet.binance.vision/api/v3/exchangeInfo?permissions=SPOT
2 Likes

Thank you.

1 Like