Skip to main content
PUT
Registration, Deposit and Fee Settings

Authorizations

x-api-key
string
header
required
x-api-user
string
header
required

Body

application/json
autoMoveDeposit
boolean

select true if all user's account deposits should be held in the user's main account; defaults to false

cryptoPaymentSource
enum<string>

select known if crypto wallets are to a user provided address; select unknown addresses generated by the service; defaults to known

Available options:
known,
unknown
feeAccount
string

account to receive fees and it must be an existing account

feeAmount
number

required with feeCurrency and feeType

feeCap
number

optional maximum fee amount; if set, the fee will not exceed this amount if type is percentage

feeCurrency
enum<string>

required with feeAmount and feeType

Available options:
USD
feeType
enum<string>

required with feeCurrency and feeAmount

Available options:
fixed,
percentage
registrationType
enum<string>
Available options:
open,
closed

Response

put user settings ok

message
string