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
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.
5 - 34^[A-Z]{2}[0-9]{2}[A-Z0-9]+$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 - 64Maximum number of results to return.
1 <= x <= 200Response
Successful response
Total of all allocations expressed in the quote currency.
Per-asset allocation entries for the requested page.
Opaque token for the next page of results. Absent if there are no more results.
1 - 64Symbol of the quote asset used for converted amounts (e.g. "USD", "EUR").
Type of the quote asset (e.g. "fiat").