---
title: "Requests an export of an embedded wallet"
method: GET
path: "/sdk/{environmentId}/users/embeddedWallets/{walletId}/activities/{activityId}/export"
tags: ["SDK"]
---

# Requests an export of an embedded wallet

`GET /sdk/{environmentId}/users/embeddedWallets/{walletId}/activities/{activityId}/export`

Requests an export of an embedded wallet

## Path parameters

- `environmentId` string, required
- `walletId` string, required
- `activityId` string, required

## Response `200`

Wallet activity

- ExportEmbeddedWalletResponse
  - `exportBundle` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Wallet not found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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