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

# Get wallet public key

`GET /v1/wallets/public-key`

Returns the persisted public key for an exact active walletId, or for the effective active custody target when walletId is omitted. Resolution is DB-backed only.

## Query parameters

- `walletId` string — Provider wallet ID — the `walletId` field returned by GET /v1/wallets.

## 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 public key

- object — Wallet public key response payload.
  - `publicKey` string, required — Base58-encoded Solana address.

## Other responses

- `401` — Error
- `403` — Error
- `404` — Error
- `409` — 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)
