๐นPair
Transaction
Provide Liquidity
Send userโs assets to a Dojoswap contract in order to provide liquidity.
Note
You should increase your allowance of the token before providing liquidity.
Please read provide initial liquidity carefully so that you can recognize the minimum liquidity deduction if youโre the initial provider for the pair.
The asset can be both a CW20 token and a native token(including IBC token) and the key under info
: token
and native_token
distinguish them.
Swap
Swap between the given two tokens. It can be considered as trade.
offer_asset
is your source asset and to
is a destination address to receive, which is optional.
Binary()
means that this JSON message should be encoded into Base64.
Query
Pool
Simulation
Reverse Simulation
Last updated