I have secret key and api key, how can I verify these?

I want to use java code to connect binance, but I can’t found any api in binance doc that help me verify (or check if correct) these api-key and secret-key

There is no endpoint to directly verify API credentials. API credentials are checked when using authenticated endpoints.

1 Like