Endpoint
Authentication
This endpoint requires HMAC authentication. Include the
Key, Timestamp, and HMAC headers on every request. See the authentication guide for signing instructions.Request
string
required
The Safe smart account address (e.g.
0xAbC...123).integer
required
The chain ID where the Safe is deployed. For example,
1 for Ethereum mainnet or 137 for Polygon.Response
Returns200 OK with the updated UserPrivate object — the same shape as GET /me/. Use this response to confirm the Safe address has been associated with your account.
integer
required
Your account identifier.
string
Your account username.
string
required
The email address associated with your account.
object
required
Dictionary containing balances for every currency in your wallet.
string
required
true if you signed up via wallet (Privy).boolean
required
Whether real money trading is enabled for your account.
string
required
Current KYC status. One of
no_need, requested, initialized, refused, approved, or by_passed.Example
cURL
Sample response (200 OK)