API Reference No backend API required for main functionality. Smart Contract Methods Interactions are done via smart contracts using ethers.js. Example: contract.methods.swap(tokenA, tokenB, amount).send({ from: userAddress }); For backend API (if enabled), document endpoints here.