---
title: "Get the global wallet settings for the environment"
method: GET
path: "/sdk/{environmentId}/globalWallets/settings"
tags: ["SDK"]
---

# Get the global wallet settings for the environment

`GET /sdk/{environmentId}/globalWallets/settings`

## Path parameters

- `environmentId` string, required

## Response `200`

Global wallets settings response

- GlobalWalletSettings
  - `id` string, required
  - `walletName` string, required
  - `popupPageTitle` string
  - `walletIconUrl` string
  - `customCssUrl` string
  - `termsOfServiceUrl` string
  - `privacyPolicyUrl` string
  - `termsOfServiceAndPrivacyPolicyMarkdown` string
  - `customMenuLinks` object[]
    - `label` string, required
    - `url` string, required
  - `enableLoginWithExternalWallets` boolean
  - `enabledAt` string, date-time, nullable — If global wallet is enabled, then this timestamp will be present.

## Other responses

- `404` — Global wallets settings not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/dynamic/apis/dashboard-api.md) · [All operations](https://skmtc.net/dynamic/apis/dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dynamic/dashboard-api/versions/aac826315d90/schema)
