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
Was this page helpful?