cURL
curl --request GET \ --url https://app.sure.am/api/v1/balance_sheet \ --header 'X-Api-Key: <api-key>'
{ "currency": "<string>", "net_worth": {}, "assets": {}, "liabilities": {} }
Returns the family’s net worth, total assets, and total liabilities in the family’s primary currency.
API key for authentication. Generate one from your account settings.
balance sheet retrieved
Family's primary currency code
Net worth as a Money object
Total assets as a Money object
Total liabilities as a Money object
Was this page helpful?