---
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.net/tradeparadex/apis/paradex-rest-api.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api/versions/26dce0f96ab2/schema)
