Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.totalis.trade/user/wallet/blockhash \ --header 'Authorization: Bearer <token>'
{ "data": { "blockhash": "<string>", "last_valid_block_height": 123 } }
Get the latest Solana blockhash via Totalis. Proxy for browser clients without direct RPC access
Privy JWT issued to the web dashboard. Sent as Authorization: Bearer <jwt>. The Privy session signer underpins all wallet-signed actions.
Authorization: Bearer <jwt>
Latest blockhash
Show child attributes
Was this page helpful?