Get auto earn allocations
Returns current allocation info for the specified account.
Results are paginated. Converted amounts are denominated in the currency
identified by quote_symbol / quote_type (defaults to USD/fiat).
Authorizations
Your public API key. Identifies the partner making the request.
Monotonically increasing nonce included in the request signature.
HMAC signature over the request, computed with your private key.
Path Parameters
ID of the account to retrieve allocations for. Refers to one of the accounts held by the user the request is acting on behalf of.
^[A-Z0-9]{16}$Query Parameters
Ticker symbol of the quote asset for converted amounts (e.g. "USD", "EUR"). Defaults to "USD".
10Type of the quote asset. Only "fiat" is supported. Defaults to "fiat".
16Opaque page token returned by a previous response. Omit to start from the beginning.
1 - 256Maximum number of results to return.
1 <= x <= 25Response
Successful response
Per-asset allocation entries for the requested page.
Total of all allocations expressed in the quote currency.
Opaque token for the next page of results. Absent if there are no more results.
1 - 256Symbol of the quote asset used for converted amounts (e.g. "USD", "EUR").
Type of the quote asset (e.g. "fiat").