Register a Safe smart account address with your Futuur account. After registration, you can use your Safe to fund and settle real money trades on supported chains.Documentation Index
Fetch the complete documentation index at: https://docs.futuur.com/llms.txt
Use this file to discover all available pages before exploring further.
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
The Safe smart account address (e.g.
0xAbC...123).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.
Your account identifier.
Your account username.
The email address associated with your account.
Dictionary containing balances for every currency in your wallet.
true if you signed up via wallet (Privy).Whether real money trading is enabled for your account.
Current KYC status. One of
no_need, requested, initialized, refused, approved, or by_passed.Example
cURL
Sample response (200 OK)