Account

Live Solana activation view for the wallet

GET
/account/activation

Authorization

cookieAuth
pid_access<token>

JWT access token set by /auth/google/callback or /auth/refresh

In: cookie

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/account/activation"
{  "pid": "string",  "status": "string",  "smartAccountAddress": "string",  "balanceLamports": 0,  "requiredLamports": 0,  "networkFeeLamports": 0,  "protocolFeeBps": 0,  "chainTime": 0,  "treasury": "string",  "feePolicyVersion": 0,  "rpIdHash": "string"}