---
title: "List wallet signing configs"
method: GET
path: "/v1/wallets/configs"
tags: ["Wallets"]
---

# List wallet signing configs

`GET /v1/wallets/configs`

Returns active Config-owned wallet signing configurations for the requested scope. When a Connection is effective, defaultConfigId is null rather than a fabricated Config ID.

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

Wallet signing configurations

- object — Standard success response envelope.
  - `data` object, required — Wallet signing configurations response payload.
    - `configs` object[], required — Active wallet signing configurations for the requested scope.
      - `id` string, required — Wallet signing config ID.
      - `organizationId` string, required — Organization ID that owns this wallet signing config.
      - `projectId` string, nullable, required — Optional project scope for this config.
      - `provider` 'local' | 'fireblocks' | 'privy' | 'coinbase_cdp' | 'para' | 'turnkey' | 'dfns' | 'ibm_haven' | 'anchorage', required — Wallet signing provider.
      - `publicKey` string, required — Public key associated with the current default wallet.
      - `defaultWalletId` string, nullable, required — Default provider wallet ID.
      - `status` 'active' | 'inactive', required — Config status.
      - `createdAt` string, date-time, required — ISO 8601 timestamp.
      - `isDefault` boolean, required — Whether this configuration is currently the default provider for the scope.
    - `defaultConfigId` string, nullable, required — Resolved default custody configuration ID 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)
