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

# Settings

> Read SDK-related agency settings via /sdk/v1.

All endpoints below require:

* `X-Application-Id`
* `X-Api-Key`

## GET /sdk/v1/settings

Get SDK-related agency settings.

### Response

```json theme={null}
{
  "success": true,
  "data": {
    "preferredCurrency": "USD"
  }
}
```
