I am unable to get the block details for various block numbers using the rosetta node.
curl --location 'http://10.213.67.9:7332/block'
--header 'Content-Type: application/json'
--data '{
"network_identifier": {
"blockchain": "Oasis",
"network": "b11b369e0da5bb230b220127f5e7b242d385ef8c6f54906243f30af63c815535"
},
"block_identifier": {
"index": 13669000
}
}'
response received:
{
"code": 12,
"message": "unable to get block",
"retriable": true
}