How 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, 2025546