nexustrader.exchange.okx.exchange¶
This module implements the exchange manager for OKX, handling market data loading and symbol management.
Class Overview¶
Configuration¶
config = {
"exchange_id": "okx", # Optional, defaults to "okx"
"password": "your_passphrase", # Optional, API passphrase
# ... other configuration options
}