Fast API - endpoint to generate API keys

Hello,

I am currently implementing the Fast API, however it is unclear to me what the endpoint is to generate the API key for the user. The OAuth flow (PKCE) is implemented, user ID and access token are successfully retrieved. This needs to be sent to some endpoint, including a generated public key, which should give me the encrypted API key. I can’t seem to find this endpoint, does someone know?

Thanks in advance

The API Key can only be generate via UI, at the API Management page.

Binance recently launched a Fast API, which does make it possible to generate API keys automatically.

Thanks for the link sharing! If you want to go ahead with this service, you need to connect with the Binance Link team. To be more detailed, please follow the steps from https://www.binance.com/en/support/faq/6aa7e2253c544d91b60746bfd03fd75d:

## How to activate the Fast API function?

To activate Fast API, please email the Binance Link team at [link@binance.com](mailto:link@binance.com). Then follow the onboarding process below:

1. Fill out the third-party security audit questionnaire.

2. Follow the [Binance OAuth 2.0](https://developers.binance.com/docs/login/introduction) instructions to provide a logo image (60*60)**,** your name**,** a callback URL, and your email address.

3. You will receive an email with your Client ID and Client Secret. **Please do not share your Client Secret with anyone.**

4. Give a brief explanation about the scope of this Fast API, and we will configure it for you. Scope includes:

a. **Account: status**

b. **Create: API Key**

5. You can start using the Fast API.