Skip to content

Unable to get block details for certain block number #443

@Swornatoya

Description

@Swornatoya

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions