Binance Login (OAuth2.0) Web integration with Binance Spot Trading API

I’d like to use Binance Login to authenticate my app which then using the access token that the OAuth returns, I would be able to call the endpoints from Binance Spot Trading API. Is there a possibility how I can do this please?

To add to what I mentioned in the main topic, I basically want to use this web integration Integrate Binance Login with your web application | Binance Open Platform which returns an access token so then I can do calls to this API CHANGELOG for Binance's API (2024-04-02) | Binance Open Platform

1 Like

@zakdes094 I’m afraid not, that’s only used for the API endpoints listed at OAuth 2.0 APIs for Binance APIs | Binance Open Platform

1 Like

@aisling2 Thanks for your reply! Is there a way how we can recommend this? I’m building an app which I’d prefer to use the Binance OAuth2.0 as authentication rather than having the user input he keys into the app.