getBlockhash

Requête JSON-RPC

{
"jsonrpc": "2.0",
"id": 1,
"method": "getBlockhash",
"params": []
}

Réponse JSON-RPC

{
"jsonrpc": "2.0",
"id": 1,
"result": {
"blockhash": "base58Blockhash"
}
}

Exemple cURL

curl -X POST http://localhost:8080 \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"getBlockhash","params":[]}'

SDK TypeScript

const { blockhash } = await client.getBlockhash();
console.log("Current blockhash:", blockhash);

Is this page helpful?

Table des matières

Modifier la page

Géré par

© 2026 Fondation Solana.
Tous droits réservés.
Restez connecté