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

# Status

```ts theme={null}
type Status = "idle" | "pending" | "success" | "error";
```

Represents the status of a request.

* "idle": No request in progress.
* "pending": Request sent, waiting for confirmation.
* "success": Request confirmed, includes result.
* "error": Request failed, includes error details.
