Get account's balance

GET /accounts/balance

<Description of the endpoint>

Headers

Name
Value

X-API-KEY

<YOUR_API_KEY>

Response

// Response Type

AssetUnit:enum ['lovelace', 
'5066154a102ee037390c5236f78db23239b49c5748d3d349f3ccf04b55534458']

balance: {AssetUnit: integer, ... }

{
  "balance": {
     "total": balance
     "available_for_trade": balance,
     "available_for_withdrawal": balance,
     "held_for_order": balance,
     "spending_settling": balance,
     "depositing_settling": balance     
  }
}

Last updated