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

# SwapUnavailableResult

```ts theme={null}
type SwapUnavailableResult = {
  liquidityAvailable: false;
};
```

Returned when no swap route exists for the pair/amount.

## Properties

| Property                                           | Type    | Description                              |
| -------------------------------------------------- | ------- | ---------------------------------------- |
| <a id="liquidityavailable" /> `liquidityAvailable` | `false` | Always false when this type is returned. |
