Skip to main content
GET
/
user
/
wallet
/
blockhash
Get Blockhash
curl --request GET \
  --url https://api.totalis.com/user/wallet/blockhash \
  --header 'Authorization: Bearer <token>'
{
  "blockhash": "<string>",
  "lastValidBlockHeight": 123
}

Authorizations

Authorization
string
header
required

Privy JWT token. Use Authorization: Bearer <token>. Supported for REST API only.

Response

Latest blockhash

blockhash
string
lastValidBlockHeight
integer