cURL
curl --request GET \ --url https://api.totalis.trade/user/wallet/blockhash \ --header 'TOTALIS_API_KEY: <api-key>'
{ "blockhash": "<string>", "lastValidBlockHeight": 123 }
Get the latest Solana blockhash via Totalis. Proxy for browser clients without direct RPC access
API key for programmatic access. Generate from the Totalis Dashboard. Format: api_live_xxxxxxxxxxxxxxxxxxxxx. Supported for REST API and WebSocket.
api_live_xxxxxxxxxxxxxxxxxxxxx
Latest blockhash
Was this page helpful?