cURL
curl --request GET \ --url https://api.paxos.com/v2/profiles/{profile_id}/balances/{asset} \ --header 'Authorization: Bearer <token>'
{ "asset": "BTC", "available": "1.23103715", "trading": ".25" }
Get the balance of asset in a profile.
asset
funding:read_profile
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
Learn more in the API credentials guide →
A successful response.
A ProfileBalance represents the holdings of a particular asset within a profile.
The asset held by the profile.
The available asset balance for new debit requests.
The asset amount committed to pending orders.
Was this page helpful?