Skip to main content
GET
/
profiles
/
{profile_id}
/
balances
List Profile Balances
curl --request GET \
  --url https://api.paxos.com/v2/profiles/{profile_id}/balances \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "asset": "BTC",
      "available": "1.23103715",
      "trading": ".25"
    },
    {
      "asset": "USD",
      "available": "1510.23",
      "trading": "100.00"
    }
  ]
}
OAuth Scope
funding:read_profile

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

Query Parameters

assets
string[]

Response

200 - application/json

A successful response.

items
object[]