---
title: "Get card public key"
method: GET
path: "/api/v1/user/card-public-key"
tags: ["User"]
deprecated: true
---

# Get card public key

`GET /api/v1/user/card-public-key`

> **Deprecated.**

## Response `200`

Successfully retrieved the card public key

- object
  - `publicKey` string, required — The public key for the card based on the user's country

## Other responses

- `400` — Bad request - user has no country set
- `401` — Unauthorized
- `404` — User not found
- `500` — Internal server error.

---

[API](https://skmtc.net/gnosispay/apis/gnosispay-api.md) · [All operations](https://skmtc.net/gnosispay/apis/gnosispay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gnosispay/gnosispay-api/versions/e0a09962c187/schema)
