Skip to main content
PATCH

Authorizations

API-Key
string
header
required

Your public API key. Identifies the partner making the request.

API-Nonce
string
header
required

Monotonically increasing nonce included in the request signature.

API-Sign
string
header
required

HMAC signature over the request, computed with your private key.

Path Parameters

account_id
string
required

ID of the account to update preferences for. Refers to one of the accounts held by the user the request is acting on behalf of.

Pattern: ^[A-Z0-9]{16}$

Body

application/json

Request to set auto-earn preferences for an account.

staking
enum<string>

Staking auto-earn preference. Omit to leave unchanged.

Available options:
enabled,
disabled
base_rewards
enum<string>

Base-rewards auto-earn preference. Omit to leave unchanged.

Available options:
enabled,
disabled

Response

Successful response

data
object
required

Empty data object.