Chains
A chain identifier. This is either a chain hash in Base58Check notation or a one the predefined aliases: 'main', 'test'.
The requested number of predecessors to return (per request; see next argument).
block_hash (Base58Check-encoded) An empty argument requests blocks starting with the current head. A non empty list allows to request one or more specific fragments of the chain.
A date in seconds from epoch When min_date is provided, blocks with a timestamp before min_date are filtered out. However, if the length parameter is also provided, then up to that number of predecessors will be returned regardless of their date.
Valid response
Bad Request - missing or invalid parameters
Not Found error
Internal server error
A chain identifier. This is either a chain hash in Base58Check notation or a one the predefined aliases: 'main', 'test'.
Valid response
Bad Request - missing or invalid parameters
Not Found error
Internal server error
A chain identifier. This is either a chain hash in Base58Check notation or a one the predefined aliases: 'main', 'test'.
Valid response
Storage mode for the Tezos shell.
Archive mode retains every block and operations since the genesis block including their metadata and their associated contexts.
Full mode with default number of additional cycles.
Bad Request - missing or invalid parameters
Not Found error
Internal server error
A chain identifier. This is either a chain hash in Base58Check notation or a one the predefined aliases: 'main', 'test'.
Valid response
The full list of errors is available with the global RPC GET errors
Bad Request - missing or invalid parameters
Not Found error
Internal server error
A chain identifier. This is either a chain hash in Base58Check notation or a one the predefined aliases: 'main', 'test'.
block_hash (Base58Check-encoded)
Valid response
The full list of errors is available with the global RPC GET errors
Bad Request - missing or invalid parameters
Not Found error
Internal server error
A chain identifier. This is either a chain hash in Base58Check notation or a one the predefined aliases: 'main', 'test'.
Valid response
If 'unsynced', the node is not currently synchronized with of its peers (it is probably still bootstrapping and its head is lagging behind the chain's). If 'synced', the node considers itself synchronized with its peers and the current head timestamp is recent. If 'stuck', the node considers itself synchronized with its peers but the chain seems to be halted from its viewpoint.
Bad Request - missing or invalid parameters
Not Found error
Internal server error
A chain identifier. This is either a chain hash in Base58Check notation or a one the predefined aliases: 'main', 'test'.
Valid response
Bad Request - missing or invalid parameters
Not Found error
Internal server error
A chain identifier. This is either a chain hash in Base58Check notation or a one the predefined aliases: 'main', 'test'.
Valid response
Bad Request - missing or invalid parameters
Not Found error
Internal server error
A chain identifier. This is either a chain hash in Base58Check notation or a one the predefined aliases: 'main', 'test'.
Valid response
Bad Request - missing or invalid parameters
Not Found error
Internal server error
Last updated