---
title: "List Profile Balances"
method: GET
path: "/profiles/{profile_id}/balances"
tags: ["Profiles"]
---

# List Profile Balances

`GET /profiles/{profile_id}/balances`

Retrieve the Profile’s available and trading balances.
Use query parameters to retrieve a defined set of assets.
Omit query parameters to retrieve all asset balances.

## Path parameters

- `profile_id` string, required

## Query parameters

- `assets` string[]

## Response `200`

A successful response.

- ListProfileBalancesResponse
  - `items` ProfileBalance[], required
    - `asset` string, required — The asset held by the profile.
    - `available` string, decimal, required — The available asset balance for new debit requests.
    - `trading` string, decimal, required — The asset amount committed to pending orders.

---

[API](https://skmtc.net/paxos/apis/paxos-api.md) · [All operations](https://skmtc.net/paxos/apis/paxos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paxos/paxos-api/revisions/0687ca8c9a8d/schema)
