GET /me/balances/.
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
Returns aUserPrivate object.
Unique numeric identifier for your account.
Your account username.
The email address associated with your account.
Dictionary of balances keyed by currency code (for example,
OOM, USDC, USDT, USD). Values are decimal strings.Whether you have confirmed your email address.
Whether real money trading is enabled for your account.
Current KYC status. One of
no_need, requested, initialized, refused, approved, or by_passed.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/.