Skip to main content
PUT
/
api
/
v2
/
account
/
settings
PUT /api/v2/account/settings — Update user settings
curl --request PUT \
  --url https://api.shuriken.trade/api/v2/account/settings \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "tradeSettings": {
    "autoEnableMultisend": true,
    "chainPresetsBuy": {},
    "chainPresetsSell": {},
    "defaultWallets": {
      "defaultWalletByNetwork": {}
    },
    "oneClickMode": {}
  }
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

V2 update settings request body

tradeSettings
object
required

User trade settings response

Response

Settings updated