service-my-wallet-v3
service-my-wallet-v3 copied to clipboard
BTC Balance always 0
My BTC balance using the API is always 0 even though I can see a positive balance on the web interface.
service v0.26.3, node v11.14.0
Could you give an example API request and response that shows this issue?
I am also having this issue although I can send BTC with the API, balance returns 0. I call BlockchainWalletAPI coinapi = new BlockchainWalletAPI("replace with ID", "replace with password"); if (coinapi.getWalletBalance(out balance, out errmsg)) balance is 0 for an account I can see is not 0 in web interface. I traced it down to this section of code in public async Task<T> GetAsync<T>(string route, QueryString queryString = null, Func<string, T> customDeserialization = null): var responseObject = customDeserialization == null ? JsonConvert.DeserializeObject<T>(responseString) : customDeserialization(responseString); return responseObject; The responseString is correct as a Json string, but responseObject is not getting set correctly - it comes back 0. Is there a way to fix this?
thsnk you
was the issue defined ? is it solvable ?
Could you give an example API request and response that shows this issue? please refer to #497
¿Podría dar un ejemplo de solicitud y respuesta de API que muestre este problema? por favor refiérase al # 497
Hola soy sathosi