E-Banka
    E-Banka
    • E-Banka
    • List providers
      GET
    • Get transactions
      GET
    • Get balance
      GET
    • List accounts
      GET

      Get balance

      GET
      /balance

      Request

      Authorization
      Add parameter in header
      X-API-Key
      Example:
      X-API-Key: ********************
      Query Params

      Header Params

      Responses

      🟢200OK
      OK
      This response does not have a body.
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.ebanka.pro/balance?provider&iban&account_no' \
      --header 'X-Bank-Credentials;' \
      --header 'X-API-Key: <api-key>'
      Modified at 2026-01-04 21:22:30
      Previous
      Get transactions
      Next
      List accounts
      Built with