cURL
curl --request GET \ --url https://api.totalis.com/user/wallet/blockhash \ --header 'Authorization: Bearer <token>'
{ "blockhash": "<string>", "lastValidBlockHeight": 123 }
Proxy endpoint to get the latest Solana blockhash. Useful for browser clients that don’t have direct RPC access.
Privy JWT token. Use Authorization: Bearer <token>. Supported for REST API only.
Authorization: Bearer <token>
Latest blockhash
Was this page helpful?