Account

Live EVM activation view for one chain

GET
/account/evm/{chainRef}/activation

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}