[Bug] eth_getBlockByNumber not return full transaction objects

Hi INFURA support team, im using method eth_getBlockByNumber with SHOW TRANSACTION DETAILS FLAG is true, but it just response array transactions hash instead of full transaction objects like document https://infura.io/docs/ethereum/json-rpc/eth-getBlockByNumber
Thanks.

Hi @Anh_Nguyen_TOMOSIA and welcome to the Infura community !
It seems to work for me with Postman and exact call.

Can you try with curl and see how it goes:

curl https://rinkeby.infura.io/v3/<project_id> \
-X POST
-H “Content-Type: application/json”
-d ‘{“jsonrpc”:“2.0”,“method”:“eth_getBlockByNumber”,“params”: [“0x724351”,true],“id”:1}’

Hi @traian.vila
I try it again and work for me, but the problem is sometimes seen with newborn block.

Hmm, weird, I tried it several times with latest blocks, it seemed to work for me,
Are you able to consistently reproduce it ? It could be a slight lag perhaps due to the caching but nothing to worry about.