Try with:
mvc.perform(get("/api/v1/balance")).andExpect(status().isOk()) .andExpect(jsonPath("$.balance").value(balance)));