[22:59:47] @aguycalled The address history result values are incorrect when more than one address is provided: [22:59:59] getaddresshistory '{"addresses":["mktCym3pZdFxzkHfUtunSapMXkEYfHewtP"],"start":203047,"end":203047}' [23:00:07] [ { "block": 203047, "txindex": 1, "time": 1595104016, "txid": "412bacec221e7f3fb814597343a35bc360f60eb6e895368605ef529cf0c2f7c6", "address": "mktCym3pZdFxzkHfUtunSapMXkEYfHewtP", "changes": { "balance": 200000000, "stakable": 200000000, "voting_weight": 200000000, "flags": 1 }, "result": { "balance": 133070851019800, "stakable": 919945052354250, [23:00:08] "voting_weight": 133070851019800 } } ] [23:00:21] getaddresshistory '{"addresses":["mktCym3pZdFxzkHfUtunSapMXkEYfHewtP","n248kFSSmdWHRiKRu2pEg6Cnacw61DouQS"],"start":203047,"end":203047}' [23:00:32] [ { "block": 203047, "txindex": 1, "time": 1595104016, "txid": "412bacec221e7f3fb814597343a35bc360f60eb6e895368605ef529cf0c2f7c6", "address": "mktCym3pZdFxzkHfUtunSapMXkEYfHewtP", "changes": { "balance": 200000000, "stakable": 200000000, "voting_weight": 200000000, "flags": 1 }, "result": { "balance": 848325052170800, "stakable": 919945052354250, [23:00:32] "voting_weight": 133070851019800 } } ] [23:01:45] Given the response is sliced by address the result should only account for the addresses in the response and not the request addresses? [23:42:41] you are right will patch