---
title: "Get wallet by email"
method: POST
path: "/marketplace/wallet"
tags: ["marketplace"]
---

# Get wallet by email

`POST /marketplace/wallet`

Given an email address returns the MPC wallet address for the user. Can
be used to pass into the SDK, query the API, and check balances.

## Headers

- `Authorization` string, required

## Request body

- Email
  - `email` string, required

## Response `200`

Ok

- MarketplaceGetWalletAddressByEmailResponse200
  - `blockchain` string, required
  - `wallet` string, required

---

[API](https://skmtc.net/coinflow/apis/api-reference.md) · [All operations](https://skmtc.net/coinflow/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinflow/api-reference/revisions/3f6a046fbb34/schema)
