Links

swapExactOut

Swapping one coin for another

.swapExactOut({
token0: {
token: TOKENS.KDA,
amount: 0.02
},
token1: {
token: TOKENS.ABC,
amount: 0.1
},
slippage: '0.05'
})
Parameter
Type
Default 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 })