Skip to main content
GET
Get Profile Balance
OAuth Scope

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Path Parameters

profile_id
string
required
asset
string
required

Response

200 - application/json

A successful response.

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.