---
title: "List switch provider options"
method: GET
path: "/v1/wallets/switch-options"
tags: ["Wallets"]
---

# List switch provider options

`GET /v1/wallets/switch-options`

Returns Provider-level switching metadata for the effective Config or Connection target while preserving durable wallet-reuse facts during temporary runtime unavailability.

## Headers

- `x-project-id` string — Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.

## Response `200`

Provider switch options

- object — Standard success response envelope.
  - `data` object, required — Provider switch options with activity/default metadata.
    - `providers` object[], required
      - `provider` 'local' | 'fireblocks' | 'privy' | 'coinbase_cdp' | 'para' | 'turnkey' | 'dfns' | 'ibm_haven' | 'anchorage', required — Wallet signing provider.
      - `hasReusableWallet` boolean, required — Whether an existing wallet can be reused for this provider.
      - `needsWalletLabel` boolean, required — Whether the switch flow should prompt for a wallet label.
      - `isActive` boolean, required — Whether this provider is currently active for the requested scope.
      - `isDefault` boolean, required — Whether this provider is the current default for the requested scope.
  - `meta` object, required — Response metadata.
    - `requestId` string, required — Request identifier for tracing.
    - `timestamp` string, date-time, required — ISO 8601 timestamp.

## Other responses

- `401` — Error
- `403` — Error
- `500` — Error

---

[API](https://skmtc.net/solana/apis/solana-developer-platform-api.md) · [All operations](https://skmtc.net/solana/apis/solana-developer-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solana/solana-developer-platform-api/revisions/672b1916ba61/schema)
