All
FAQ
Announcements
Product documents
How can I do spot trading with the Jupyter Notebook?
Learn how you can do simple Spot trading by calling the functions in the python-okx library on a Jupyter Notebook.1. How can I run Python code snippets on a Jupyter Notebook? The Jupyter Notebook is an incredibly powerful and easy-to-use tool for Python development and data analysis. You can run a Jupyter Notebook server on Windows, Mac OS or Linux. This tutorial provides a pretty comprehensive guide on how to get a Jupyter Notebook up and running.2. How can I install the python-okx package?Published on Sep 29, 2023Updated on Sep 10, 2025546How do I automate my trades?
Set up your development environment: use programming languages like Python, JavaScript, or others to create your trading bot. Connect to the API: utilize OKX’s API documentation to connect your bot to the exchange. Develop and test your strategy: write your trading logic, backtest it with historical data, and test in a simulated environment. Deploy and monitor: once satisfied with the performance, deploy the bot and monitor its activity regularly.Published on Oct 1, 2024Updated on Nov 17, 202510How do I enable allowlist? (app)
Whitelist vs. No-Verification Address: These settings are independent and do not affect each other. New Address Withdrawal Lock: If New Address Lock is enabled, newly added whitelist addresses cannot be used for withdrawals for 24 hours, adding extra security.Published on Aug 14, 2023Updated on Mar 31, 20261,900What's OKX Security Assistant?
Below are the best practices when it comes to handling risky situations: What the OKX Security Assistant displays when there's a riskSingle-item uninstall vs. one-click uninstall Single-item uninstall: suitable when there are only a few risk items and you want to confirm their sources one by one.Published on Jan 15, 2026Updated on Feb 13, 202613How can I do derivatives trading with the Jupyter Notebook?
Let's use the comprehensive features available in python-okx at a higher level!Derivatives Types There are three types of derivatives available for trading on OKX: Expiry Perpetual Options You can head over to Bitcoin derivatives, explained: Expiry, perpetual and options to learn about the characteristics of different types of derivatives on OKX. In this tutorial, we'll use Perpetual as an example.FAQ1.Published on Sep 28, 2023Updated on Feb 12, 2026195Zero-Knowledge Proofs: what are zk-STARKs and how do they work? (zk-Stark V2)
This speedup is due to the usage of the Plonky2 framework, which compiles Rust-coded circuits into efficient machine language instead of using slower Python scripts. We also enhanced Plonky2 to run some computations on GPUs, reducing the time by an extra 30%. Better auditability: With Version 2, we use a high-level framework that handles complex cryptographic details for us. This makes our code clearer, more readable, and less prone to errors.Published on Oct 21, 2024Updated on Feb 11, 202691
Showing 1-6 of 6 articles