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

# getConfig

```ts theme={null}
function getConfig(): Config;
```

**`Internal`**

Gets the SDK configuration.

## Returns

[`Config`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-core/Type-Aliases/Config)

The SDK configuration.

## Throws

Error if the SDK is not initialized.
