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

# TransferService

> Swift Protocol

**Protocol**

```swift theme={null}
protocol TransferService : Sendable
```

## Instance Methods

### listTransfers(\_:)

```swift theme={null}
func listTransfers(_ params: ListTransfersQueryParams) async throws(WalletError) -> TransferListResult
```

### transferToken(\_:)

```swift theme={null}
func transferToken(_ request: TransferTokenRequest) async throws(TransactionError) -> any TransactionApiModel
```
