---
title: "List balances"
method: GET
path: "/balance"
tags: ["Account"]
---

# List balances

`GET /balance`

Respond with requester's own balances

## Response `200`

OK

- object
  - `results` object[] — Array of results
    - `last_updated_at` integer — Balance last updated time
    - `size` string — Balance amount of settlement token (includes deposits, withdrawals, realized PnL, realized funding, and fees)
    - `token` string — Name of the token

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/revisions/d9fe8cd16a85?raw)
