Skip to main content
logo

astroport

AstroportRoute


_6
{
_6
"factory": "string",
_6
"operations": SwapOperation[],
_6
"oracle": "string",
_6
"router": "string"
_6
}

SwapOperation


_12
| {
_12
"native_swap": {
_12
"ask_denom": "string",
_12
"offer_denom": "string"
_12
}
_12
}
_12
| {
_12
"astro_swap": {
_12
"ask_asset_info": AssetInfo,
_12
"offer_asset_info": AssetInfo
_12
}
_12
}

AssetInfo


_10
| {
_10
"token": {
_10
"contract_addr": "Addr"
_10
}
_10
}
_10
| {
_10
"native_token": {
_10
"denom": "string"
_10
}
_10
}