/
/Paradex REST API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Updated on 2026-09-24
Account22
  • 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 notification preferences
  • 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

    List balances

    Respond with requester's own balances

    get/balance

    Response

    OK

    Example response

    {
      "results": [
        {
          "last_updated_at": 1681462770114,
          "size": "123003.620",
          "token": "USDC"
        }
      ]
    }

    Changes