Import OKX Trades into TraderDynamiq

Drop your OKX CSV in and see what your trading mistakes cost, ranked in dollars. No account, no card. Supports Crypto Spot, Crypto Futures.

Written, not yet verified

Which OKX export do I need?

Any of these files work — open yours and check the header row against the columns below. If it matches, the format is detected automatically and you map nothing.

OKX trade/fills history CSV export from the Order History page.

OKX fills exported via API in JSON-flattened CSV format.

How to Import OKX Trades

  1. Export your trade history from OKX as a CSV file
  2. Open the free analyser and drop the file in — no account needed
  3. The platform auto-detects which of the 2 OKX layouts you have — no manual column mapping
  4. You get your costliest patterns ranked in dollars, in seconds

What a OKX export actually contains

Read from the detector itself, so it matches what the parser accepts today. Open your file and compare — if the columns line up, there is nothing to configure.

OKX (Trade History CSV)

Timestamp looks like2026-08-13 14:05:00 or 2026-08-13T14:05:00.123Z · read as UTC
Direction column saysbuy → long, sell → short
Symbols are normalisedwe remove -, upper-cased
Realised PnL read frompnl
Fees read fromfee
Also used if presentfee, feeCcy, ordId, tradeId, instType, posSide, pnl

OKX (API Fills Format CSV)

Timestamp looks like2026-08-13 14:05:00 or 2026-08-13T14:05:00 · read as UTC
Direction column saysbuy → long, sell → short
Symbols are normalisedwe remove -, upper-cased
Realised PnLnot in this export — computed from your fills
Fees read fromfee
Also used if presentordId, tradeId, instType, posSide, fillTime, category

What your OKX history gets analysed for

Every OKX fill you export is replayed in order to find what the pattern cost you across Crypto Spot, Crypto Futures — revenge entries after a loss, position sizing that drifts, and the hours you should not be trading. Each one is priced in dollars and ranked, so you fix the expensive habit first.

Free Trading Tools

OKX import — questions

Which OKX CSV export does TraderDynamiq accept?

All 2 of them: OKX (Trade History CSV); OKX (API Fills Format CSV). The format is detected from the header row, so you do not map any columns yourself. A recognised file has columns such as fillTime, instId, side, fillSz, fillPx, ts.

Do I need an account to analyse my OKX trades?

No. The free analyser at /free-analysis reads the export and ranks your costliest patterns in dollars without a signup, an email or a card.

Has the OKX import been tested on real exports?

Definition written from this exchange's documented export format, not yet confirmed on a live trader's file. If the export carries symbol, side, price, quantity, fee and timestamp, the generic CSV path reads it today. Send us a sample and we will confirm it.