Swaps

Swap any asset pair that has a liquidity pool on Mira (fixed input value).

await agent.swapExactInput({ fromSymbol: 'USDC', amount: '100', toSymbol: 'ETH' });

The above code will swap 100 USDC for ETH of equivalent value.

Last updated