v1

latestOpenAPI 3.0.02026-07-26117342409.6 KB
Profiles

Get Profile Balance

Get the balance of asset in a profile.

get/profiles/{profile_id}/balances/{asset}

Path parameters

profile_idstring required
assetstring required

Response

A successful response.

assetstring required

The asset held by the profile.

availablestring decimal required

The available asset balance for new debit requests.

tradingstring decimal required

The asset amount committed to pending orders.

Example response

{
  "asset": "BTC",
  "available": "1.23103715",
  "trading": ".25"
}