/
/Paradex REST API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Updated on 2026-09-24
Account21
  • getGet account information
  • getGet account history
  • getReturn account info of current account
  • getGet account margin configuration
  • postSet margin configuration
  • getGet account profile information
  • postUpdates account max slippage for a specific market
  • postUpdates account profile fields
  • postUpdates account size currency display preference
  • postUpdates account profile username fields
  • postUpdates account referred_by field
  • getGet account settings
  • postUpdates account trading value display
  • getList sub-accounts of current account
  • getGet account summaries (main account + authorized accounts)
  • getList balances
  • getList fills
  • getFunding payments history
  • getList open positions
  • getList tradebusts
  • getList transactions
Algos5
Authentication2
BlockTrades10
Insurance1
Liquidations1
Markets7
Orders11
Referrals2
Subkey3
System4
Token3
Trades1
Transfers1
Vaults9
    Account

    Get account settings

    Get account settings

    get/account/settings

    Response

    OK

    trading_value_displaystring

    Example response

    {
      "trading_value_display": "SPOT_NOTIONAL"
    }

    Changes