Multiple "read" requests

I make a lot of calls at the same time that just read the state of the blockchain, is there a way to batch these together, so that it is just one call?

My motivation for asking is that I am going over the 100k per day cap.

I realise I could alter the smart contract, but I don’t really want to do that.

Hi @prographo can you provide a breakdown of the calls and maybe we can suggest an alternate approach?

I will try to refactor using watches.

1 Like