Get auto earn rewards
Returns historical reward 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).
estimated_next_reward and next_reward_date are absent if no reward is pending.
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 rewards 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 reward entries for the requested page.
Sum of all per-asset rewarded_in_quote values expressed in the quote currency.
RFC 3339 timestamp.
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").