Receving 404 error when trying to call spot wallet api such as /account/apiRestrictions from Postman using api key and secret key generated through testnet
tried the following urls
api/v3/account/apiRestrictions
sapi/v1/account/apiRestrictions
wapi/v3/account/apiRestrictions
The correct url for this endpoint should be /sapi/v1/account/apiRestrictions (Binance API Documentation). Unfortunately, testnet only provides endpoint that starts with /api/v3 , sapi endpoints are not available on the testnet.