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 |
| string | The default currency for the given side of the quote | false |
| 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 |
| string | Either | false |
| Array<string> | Manually filter the list of available currencies. | false |
{"public_api_key": "pk_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","config_version": "1.1","funding_default": {"currency": "USDC"}"payout_default": {"currency": "ETH","quantity": "0.5","currency_scheme": "CRYPTO"}}
{"public_api_key": "pk_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","config_version": "1.1","funding_default": {"currency_options": ["BTC", "BCH"]}"payout_default": {"currency": "ETH","quantity": "0.5"}}