All
FAQ
Announcements
Product documents
OKX API FAQ
An AUM greater than 100 USD (AUM > 100U) is required in order to create an API key For master accounts or sub-accounts, only accounts with AUM > 100U are allowed to create API keys Note: This requirement is applicable only to users in certain areasNote: If you have questions about WebSocket or other API-related topics, click the article link and scan the QR code at the bottom of the article using the OKX app to join the group and reach out to our API support specialist.Published on Sep 20, 2024Updated on Apr 24, 2026137How can I do spot trading with the Jupyter Notebook?
Open API to create API keys Create API keys for the different master/sub accounts you might have Select Create API key Select Trade in the Permissions to trade with the API key Select Trade in Permissions Now you have access to your API key, your Secret key, and your passphrase. Keep them in a safe place! Instantiate python variables to save your API details in the notebook for later usage 1 api_key = "xxxxx" 2 secret_key = "xxxxx" 3 passphrase = "xxxxxx"4. How can I import OKX modules?Published on Sep 29, 2023Updated on Sep 10, 2025553
Showing 1-2 of 2 articles