---
title: "Get Profile Balance"
method: GET
path: "/profiles/{profile_id}/balances/{asset}"
tags: ["Profiles"]
---

# Get Profile Balance

`GET /profiles/{profile_id}/balances/{asset}`

Get the balance of `asset` in a profile.

## Path parameters

- `profile_id` string, required
- `asset` string, required

## Response `200`

A successful response.

- ProfileBalance — A ProfileBalance represents the holdings of a particular asset within a profile.
  - `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)
