> ## 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.

# TransferDetails

## Namespaces

* [OnchainTransactions](/sdks/cdp-sdks-v2/typescript/Transfers/namespaces/TransferDetails/namespaces/OnchainTransactions/index)

## Interfaces

### TravelRule

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

Travel rule compliance status for deposit transfers. Present when the transfer requires travel rule information.

#### Properties

##### status?

```ts theme={null}
optional status: TravelRuleStatus;
```

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

##### statusMessage?

```ts theme={null}
optional statusMessage: string;
```

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

Additional details about the current travel rule status. For example, when status is `incomplete`, this may indicate the specific missing information required to proceed.

## Type Aliases

* [OnchainTransactions](/sdks/cdp-sdks-v2/typescript/Transfers/TransferDetails/OnchainTransactions)
