Appearance
@swapped/connect-sdk / core / SwappedRemoteConfigLimits
Type Alias: SwappedRemoteConfigLimits
SwappedRemoteConfigLimits =
object
Defined in: src/config/remote-config.types.ts:44
Numeric knobs copied from the remote document as published. Missing keys use the baked-in default. Present values are not clamped or type-checked — the published file is the source of truth.
Properties
cashAppMinAmountFiat
cashAppMinAmountFiat:
number
Defined in: src/config/remote-config.types.ts:62
Minimum Cash App amount in fiat (currently USD). Default 1.
coinbaseMinWithdrawalFeeFiat
coinbaseMinWithdrawalFeeFiat:
number
Defined in: src/config/remote-config.types.ts:67
Reserved fiat network fee (currently USD) assumed for Coinbase withdrawals when computing spendable amounts. Default 1.5.
coinbaseSubmissionCooldownMs
coinbaseSubmissionCooldownMs:
number
Defined in: src/config/remote-config.types.ts:77
Cooldown between Coinbase withdrawal submission attempts, in milliseconds. Default 30000.
coinbaseSwapFeeRate
coinbaseSwapFeeRate:
number
Defined in: src/config/remote-config.types.ts:72
Swap fee rate applied when aggregating swappable Coinbase balances (0.01 = 1%). Default 0.01.
exchangePayMinAmountFiat
exchangePayMinAmountFiat:
number
Defined in: src/config/remote-config.types.ts:58
Minimum Exchange Pay amount in fiat (currently USD). Default 1.
swapDestinationMinMultiplier
swapDestinationMinMultiplier:
number
Defined in: src/config/remote-config.types.ts:54
Multiplier applied on top of a swap/bridge destination minimum (1.05 = 5% buffer). Default 1.05.
swapSlippagePercent
swapSlippagePercent:
number
Defined in: src/config/remote-config.types.ts:49
Slippage percent sent on swap quote and initiate requests. Default 3.