action apidapp_get_wallet_account_id { label: "get_wallet_account_id" description: "Get account balance" provider: apidapp method: GET path: "/wallet/account/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" } }