GET /me/balances/.
Endpoint
Authentication
This endpoint requires HMAC-SHA512 authentication. Include the following headers with every request:Parameters
This endpoint takes no parameters.Response
Returns aUserPrivate object.
integer
required
Unique numeric identifier for your account.
string
Your account username.
string
required
The email address associated with your account.
object
required
Dictionary of balances keyed by currency code (for example,
OOM, USDC, USDT, USD). Values are decimal strings.boolean
required
Whether you have confirmed your email address.
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.string
ISO 8601 timestamp of when you joined Futuur.
Register a Safe address
If you use a Safe smart account, register it with Futuur by callingPOST /me/safe/. The request body requires both a safe_address and a chain_id. On success, the response is the same UserPrivate object returned by GET /me/.