# AmountData

```
type AmountData = object;
```

Defined in: [atomiq-sdk/src/types/AmountData.ts:6](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/types/AmountData.ts#L6)

Amount, token and exact input object for initiating swap operations

## Properties

### amount

```
amount: bigint;
```

Defined in: [atomiq-sdk/src/types/AmountData.ts:7](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/types/AmountData.ts#L7)

***

### exactIn

```
exactIn: boolean;
```

Defined in: [atomiq-sdk/src/types/AmountData.ts:9](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/types/AmountData.ts#L9)

***

### token

```
token: string;
```

Defined in: [atomiq-sdk/src/types/AmountData.ts:8](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/types/AmountData.ts#L8)
