---
title: "Fetch RSA Public Key (USER_DATA)"
method: GET
path: "/sapi/v1/giftcard/cryptography/rsa-public-key"
tags: ["Gift Card"]
---

# Fetch RSA Public Key (USER_DATA)

`GET /sapi/v1/giftcard/cryptography/rsa-public-key`

This API is for fetching the RSA Public Key.
This RSA Public key will be used to encrypt the card code.
Please note that the RSA Public key fetched is valid only for the current day.

Weight(IP): 1

## Query parameters

- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

RSA Public Key.

- object
  - `code` string, required
  - `message` string, required
  - `data` string, required
  - `success` boolean, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Request

---

[API](https://skmtc.net/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.net/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/0dd2f133e12d/schema)
