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.
type SwapIssues = {
allowance: SwapIssuesAllowance | null;
balance: SwapIssuesBalance | null;
};
Potential issues discovered during preflight checks that could prevent the swap from being executed successfully. Null if no issues were detected.
Properties
| Property | Type | Description |
|---|
allowance | SwapIssuesAllowance | null | Details of the allowance that the taker must set in order to execute the swap successfully. Null if no allowance is required. |
balance | SwapIssuesBalance | null | Details of the fromToken balance that the taker must hold. Null if the taker has a sufficient balance. |