action ibanapi_get_balance { label: "Get Account Balance" description: "Returns the account balance and expiry" provider: ibanapi method: GET path: "/balance" encoding: json output: { type: "object" properties: { data: { type: "object" } message: { type: "string" } result: { type: "integer" } } } }