← back to registry

uniswap

crate

Uniswap v3 swaps and quotes from your keepers/tasks

source
crate arcana-uniswap 0.1
install
arcana add uniswap

Adds to your node

apiquote endpoint

Call from your keepers / tasks / programs

effectuniswap.swap(rpcUrl: string, chainId: number, tokenIn: string, tokenOut: string, amountIn: string, minAmountOut: string)

Emit it

(emit-effect "uniswap.swap" { ...args })

Emitted inline as part of the state transition.