Settlement Defaults
Both sides of the transaction can have optional defaults specified for currency and amount. To fix these, define the settlement below.
Last updated
Both sides of the transaction can have optional defaults specified for currency and amount. To fix these, define the settlement below.
Last updated
Note that the user will still be able to change the currency/quantity. To lock the currency or quantity, define the settlements below.
Field
Type
Description
Required
currency
string
The default currency for the given side of the quote
false
quantity
string
The default quantity for the given side of the quote
(Note: cannot set defaults for both sides)
(Note: must set currency for the given side)
false
currency_scheme
string
Either FIAT
or CRYPTO
. Filter the list of available currencies
false
currency_options
Array<string>
Manually filter the list of available currencies.
false