Skip to content
Amay edited this page Jun 19, 2026 · 2 revisions

Welcome to the paradex-cli wiki.

paradex-cli is a command-line tool for account security and trading-key management on Paradex, supporting all Argent account families — Cairo 0 (v0.2.x/v0.3.x), Cairo 1 single-owner (v0.4.0), and Cairo 1 multiowner (v0.5.0) — including accounts whose owner is an EVM (EIP-191) Ethereum key.

Guides

  • Tutorial: Hardening Account Security — add a guardian, recover with the escape flow, and submit multi-signature transactions. Version-aware across all account families and EVM accounts.
  • Managing Subkeys — create and manage trade-only keys that place and cancel orders without the ability to move funds, with StarkNet and EVM (SIWE) authorization.

Identifying your account

Most commands detect your account family automatically. To check it yourself:

export PARADEX_ACCOUNT_ADDRESS=0xPARADEX_ACCOUNT_ADDRESS
export PARADEX_ACCOUNT_KEY=<paradex account private key>
paradex-cli print-account-info 0xPARADEX_ACCOUNT_ADDRESS --env testnet

The reported type (cairo0, cairo1, or cairo1_multiowner) tells you which family you have.

Clone this wiki locally