Current Balances ================= .. role:: green **Type:** :guilabel:`GET` .. py:function:: https://cloud.syminet.com/api/v1/billing/ Returns current accrued charges and any balance for your account. .. code-block:: shell :caption: Curl curl --request GET \ --url https://cloud.syminet.com/api/v1/billing/ \ --header "authorization:bearer $API_TOKEN" .. code-block:: json :caption: Response { "data": { "accrued_charges": 75.01, "balance": 0.0 } } **Response:** :green:`200 OK`