Speedy node missing tri node

Hi,

I am trying to get the balance for a specific address on a specific block. I am calling the ethGetBalance web3 method on the mainnnet speedy node using the Java Web3j lib.

For the following parameters:

  • address: 0x6D0b3F2f99E24bD4AF14CABA3a94FcfCBaEF29DC
  • block number: 13194104

I get this error:
code: -32000
message: missing trie node 14f15d678c871033e562ac85339a37ce94aed6335490c5026d52ce581027dfca (path )

Trying this on another node e.g. Alchemy I get a correct result.

Thanks.