blockhash
Get a recent blockhash for transaction construction with an optional offset value.
Request
Method:
Parameters:
Parameter
Type
Description
Request example:
curl --header "Authorization: $AUTH_HEADER" \
'https://ny.solana.dex.blxrbdn.com/api/v2/system/blockhash?offset=5'Response:
Fields:
Fields
Type
Description
Response Example:
{
"blockHash": "14hCT6G6XwE4EPEQUTyv5ZP6v5ySRXKRajfLydKt6XnU",
"timestamp": null
}Last updated