Return ledger account balances for your authenticated account. Each object in the response represents one currency row with its current balance amount.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-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
If set, returns only the balance for this currency code. Matching is case-insensitive (for example,
usdc and USDC both match).Response
Returns an array of balance objects.Currency code for this balance row (for example,
OOM, USDC, USDT, USD).Current balance amount in this currency. Returned as a decimal string.
Example
cURL
Sample response
Filter by currency
Filtered response