Once verified, it’s time to integrate. The following resources will help you start fast:
Use the Intent Swap API endpoint to fetch active orders: GET /v2.0/1/order/active.
Calculate the current price, using the Dutch auction parameters.
Use the SDK method FusionSwapContract.fill() to build and send the on-chain fill instruction. This call constructs the full transaction, including the resolver’s whitelist verification and all required token and escrow accounts.
fill instruction does not support post-actions. You must send the taker token before receiving the maker token.