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

Authorizations

Authorization
string
header
required

Privy JWT issued to the web dashboard. Sent as Authorization: Bearer <jwt>. The Privy session signer underpins all wallet-signed actions.

Response

Latest blockhash

data
object