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

# Get wallet signing config

`GET /v1/wallets/config`

Returns the resolved Config when the effective custody target is Config-owned. An effective Connection does not fabricate a Config and returns 404.

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

- object — Standard success response envelope.
  - `data` object, required — Wallet signing configuration response payload.
    - `config` object, required — Wallet signing configuration details.
      - `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.
  - `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
- `404` — 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)
