Skip to content

Add Crypto.com CSV adapter#33

Merged
gfargo merged 1 commit into
mainfrom
codex/crypto-com-csv-adapter
May 9, 2026
Merged

Add Crypto.com CSV adapter#33
gfargo merged 1 commit into
mainfrom
codex/crypto-com-csv-adapter

Conversation

@gfargo

@gfargo gfargo commented May 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a dedicated Crypto.com CSV adapter and source ID
  • support Crypto.com App transaction-history, Exchange trade-history, and DeFi Wallet-style sent/received CSV profiles
  • wire Crypto.com through account config, CLI sync, package exports, README, and Kiro steering

Research notes

  • Crypto.com Help Center documents CSV export for Crypto Wallet, Cash Wallet, and Visa Card history from the app: https://help.crypto.com/en/articles/3438579-how-do-i-export-my-transaction-history-app
  • Public schema/import references document App export columns like Timestamp (UTC), Transaction Description, Currency, Amount, To Currency, To Amount, Native Currency, Native Amount, Transaction Kind, and Transaction Hash, plus Exchange trade fields like Order ID, Trade ID, Time (UTC), Symbol, Side, Trade Price, Trade Amount, Volume of Business, Fee, and Fee Currency.

Validation

  • pnpm test -- packages/sources/src/crypto-com/csv.test.ts packages/cli/src/commands/sync.test.ts packages/cli/src/commands/account.test.ts
  • pnpm typecheck
  • pnpm lint
  • pnpm build
  • pnpm test (35 files, 499 tests)

Closes #23

@gfargo gfargo merged commit 27d8abd into main May 9, 2026
1 check passed
@gfargo gfargo deleted the codex/crypto-com-csv-adapter branch May 9, 2026 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Crypto.com CSV adapter

1 participant