📄️ Create а quote
Retrieves the best available swap quote for a given source token, destination token, and amount. Also, returns pricing details, limits, and metadata required to proceed with a swap.
📄️ Create a swap intent
Creates a new intent with the swap data. A resolver makes an intent offchain and executes it onchain later.
📄️ Add an approval
Attaches a signed approval to an existing intent. The approval proves the user has authorized the swap and allows it to proceed. After intent creation, you must attach the approval before execution.