Endpoint
Authentication
This endpoint requires HMAC-SHA512 authentication. Include the following headers with every request:| Header | Description |
|---|---|
Key | Your public API key |
Timestamp | Current Unix timestamp |
HMAC | SHA-512 signature of the request |
Parameters
This endpoint takes no parameters.Response
Unique numeric identifier for your account.
Your account username.
The email address associated with your account.
Your play money balance in OOM (Opinion on Markets). Returned as a decimal string.
Your real money balance in USDC. Returned as a decimal string.
Your real money balance in USDT. Returned as a decimal string.
Your real money balance in USD. Returned as a decimal string.
Whether you have confirmed your email address.
Register a Safe address
If you use a Safe smart account, you can register your Safe address with Futuur by callingPOST /me/safe/. Submit your Safe address in the request body:
UserPrivate object returned by GET /me/.