Getting 404 error for Spot Wallet APIs using Testnet in Postman

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.


tried /api/v3/account/apiRestrictions endpoint but still getting 404 error
Can we test this endpoint using testnet?

The url is strictly /sapi/v1/account/apiRestrictions therefore you can’t test it on testnet.

1 Like