# IntraExchangeInstanceTransferRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**source** | [**ExchangeInstance**](ExchangeInstance.md) |  | [default to undefined]
**destination** | [**ExchangeInstance**](ExchangeInstance.md) |  | [default to undefined]
**amount** | **number** | The amount to transfer in centicents | [default to undefined]

## Example

```typescript
import { IntraExchangeInstanceTransferRequest } from 'kalshi-typescript';

const instance: IntraExchangeInstanceTransferRequest = {
    source,
    destination,
    amount,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
