> ## Documentation Index
> Fetch the complete documentation index at: https://docs.buckspay.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: SwapQuoteRequest

# Interface: SwapQuoteRequest

Defined in: [packages/core/src/types.ts:258](https://github.com/bucks-pay/buckspay-sdk/blob/43ad599d2776cb5d657043c36847b3318093ccf4/packages/core/src/types.ts#L258)

Normalized swap request the client hands the relayer adapter (the connected wallet is the payer).

## Extended by

* [`SwapRequest`](/sdk-reference/core/src/interfaces/SwapRequest)

## Properties

### amount

> **amount**: `string`

Defined in: [packages/core/src/types.ts:262](https://github.com/bucks-pay/buckspay-sdk/blob/43ad599d2776cb5d657043c36847b3318093ccf4/packages/core/src/types.ts#L262)

***

### payer

> **payer**: `string`

Defined in: [packages/core/src/types.ts:259](https://github.com/bucks-pay/buckspay-sdk/blob/43ad599d2776cb5d657043c36847b3318093ccf4/packages/core/src/types.ts#L259)

***

### tokenIn

> **tokenIn**: `string`

Defined in: [packages/core/src/types.ts:260](https://github.com/bucks-pay/buckspay-sdk/blob/43ad599d2776cb5d657043c36847b3318093ccf4/packages/core/src/types.ts#L260)

***

### tokenOut

> **tokenOut**: `string`

Defined in: [packages/core/src/types.ts:261](https://github.com/bucks-pay/buckspay-sdk/blob/43ad599d2776cb5d657043c36847b3318093ccf4/packages/core/src/types.ts#L261)
