okx-account
Installation
SKILL.md
OKX Account (Read-Only)
Read-only OKX account tracker built on the official python-okx library.
Use it for account tracking, daily/weekly reports, risk alerts, and cashflow attribution.
How to Get an OKX API Key (Read-Only)
- Sign in at okx.com, top-right avatar → API
- Direct link: https://www.okx.com/account/my-api
- Create V5 API Key → complete 2FA verification
- Fill the form:
- API name: anything
- Passphrase: ⚠️ a brand-new password used to sign API requests, NOT your login password. Lose it and you can only delete the key and create a new one.
- Permissions: tick Read only, leave Trade / Withdraw off
- IP whitelist: leave empty
- Submit → immediately copy and save all three values:
API Key/Secret Key/Passphrase(Secret is shown only once) - Set them into this skill's environment variables
Reference: OKX official tutorial