Get Block by Hash
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the block information for the specified block hash.
Body
application/json
JSON-RPC 2.0 request to the Robinhood Chain mainnet endpoint.
Request payload for Get Block by Hash.
jsonrpcstringrequiredJSON-RPC version
methodstringrequiredJSON-RPC method name
paramsArray<string>requiredArray of parameters: 1. Block hash (string) 2. Boolean flag — if true, return full transactions; if false, only hashes.
idintegerrequiredRequest ID
Response
200OK
Block information
500Internal Server Error
Upstream node or gateway error.