---
title: "Get the global wallet connections for this environment"
method: GET
path: "/environments/{environmentId}/globalWallet/connections"
tags: ["GlobalWalletConnections"]
---

# Get the global wallet connections for this environment

`GET /environments/{environmentId}/globalWallet/connections`

## Path parameters

- `environmentId` string, required

## Query parameters

- `userId` string
- `status` 'connected' | 'disconnected'
- `offset` integer
- `limit` integer

## Response `200`

Returns the global wallet connections for this environment

- GlobalWalletConnection[]
  - `id` string, required
  - `userId` string, required
  - `appUrl` string, required — An [RFC 6454](https://www.rfc-editor.org/rfc/rfc6454) valid url. Must not include any paths. A single wildcard (*) can be used as the first subdomain.
  - `status` 'connected' | 'disconnected', required
  - `expiresAt` string, date-time, nullable — If global wallet connection status is connected, then this timestamp will be present.
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `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/revisions/aac826315d90/schema)
