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

# TokenTransferDirection

> Direction of a token transfer relative to a watched address.

### TypeScript shape

```ts theme={null}
type TokenTransferDirection =
  | 'FROM'
  | 'TO';
```

<ResponseField name="FROM" type="enum">The watched address is the sender.</ResponseField>
<ResponseField name="TO" type="enum">The watched address is the recipient.</ResponseField>
