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": {} }
API key for authentication. Generate one from your account settings.
balance sheet retrieved
Net worth as a Money object
Total assets as a Money object
Total liabilities as a Money object
Was this page helpful?