swapExactIn

Swapping one coin for another

.swapExactIn({
  token0: {
    token: TOKENS.KDA,
    amount: 0.02
  },
  token1: {
    token: TOKENS.ABC,
    amount: 0.1
  },
  slippage: '0.05'
})
ParameterTypeDefault Value

account

Account

config.account (†)

secretKey

string

config.secretKey (†)

token0

TokenAmount

token1

TokenAmount

slippage

string

† Can be initialized in the SDK client constructor, i.e

new KaddexSdk({ account, secretKey })

Last updated