action bintable_balance_lookup { label: "Check Balance" description: "Get Account balance and expiry" provider: bintable method: GET path: "/balance" encoding: json input: { type: "object" properties: { api_key: { type: "string" } } required: ["api_key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }