# SwapActions (experimental)

> Experimental swap actions for wallet API clients.

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

<Warning>
  Experimental: This API is experimental and may change in a future release.
</Warning>

```ts
type SwapActions = {
  requestQuoteV0: (
    params: RequestQuoteV0Params,
  ) => Promise<RequestQuoteV0Result>;
};
```

Defined in: [packages/wallet-apis/src/experimental/swapActionsDecorator.ts:11](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/wallet-apis/src/experimental/swapActionsDecorator.ts#L11)

Experimental swap actions for wallet API clients.

## Properties

<table>
  <thead>
    <tr>
      <th align="left">Property</th>
      <th align="left">Type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <a id="requestquotev0" /> `requestQuoteV0`
      </td>

      <td>
        (`params`) => `Promise`\<[`RequestQuoteV0Result`](RequestQuoteV0Result)>
      </td>
    </tr>

  </tbody>
</table>