Account
Live EVM activation view for one chain
Authorization
cookieAuth pid_access<token>
JWT access token set by /auth/google/callback or /auth/refresh
In: cookie
Path Parameters
chainRef*string
CAIP-2 reference (e.g. 97, 10143)
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/account/evm/string/activation"{ "pid": "string", "chainReference": "string", "status": "string", "smartAccountAddress": "string", "deployed": true, "balanceWei": "string", "requiredWei": "string", "networkFeeWei": "string", "protocolFeeBps": 0}List the wallet's chain accounts GET
Previous Page
Ensure the identity's personal wallet POST
Idempotent wallet setup for the authenticated PID (1 identity = 1 personal wallet): ensures the Solana `smart_account` chain row whose address is deterministically derived from the PID (PDA) and resolvable before any on-chain initialization, plus EVM counterfactuals. Smart-account initialization happens on the user's first on-chain top-up (PRD_v5 §3), not here. Returns every chain row.