Account Balance
Retrieve your aggregate account balance.
GET /api/v1/account/balance
Header: x-yara-api-key: <secret-key>curl -X GET "https://api.yara.cash/api/v1/account/balance" \
-H "x-yara-api-key: <secret-key>"
-H "Content-Type: application/json"{
"data": {
"balance": 0
},
"status": "success"
}