Pair
Transaction
Provide liquidity
{
"provide_liquidity": {
"assets": [
{
"info": {
"token": {
"contract_addr": "<HumanAddr>",
"token_code_hash": "<HASH>",
"viewing_key": "" // empty
}
},
"amount": "10"
},
{
"info": {
"native_token": {
"denom": "uscrt"
}
},
"amount": "10"
}
],
"slippage_tolerance": 0.1 // optinonal
}
}Swap
Query
Pool
Simulation
Reverse Simulation
Last updated