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

# TransferFees

```ts theme={null}
type TransferFees = TransferFee[];
```

Defined in: [\_vendor/api/types/TransferFees.ts:16](https://github.com/coinbase/cdp-sdk/blob/30d1b3dc350cd763fecf481c5bc976bd77951f3b/typescript/packages/cdp-sdk/src/_vendor/api/types/TransferFees.ts#L16)

The fees associated with this transfer. Different transfer types have different fee structures.

**NOTE:** These examples are not exhaustive.

Common examples:

* **Crypto transfers**: Network fees (gas) paid in the native token
* **Fiat conversions**: Processing fees + exchange fees in USD
* **Wire transfers**: Wire fees ($15) + processing fees ($5) in USD
* **Crypto conversions**: Spread fees paid in the source asset.
