---
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

## Changes

- **2026-08-22** `c6be39c0cb2f` — 1 breaking
  - added the pattern `(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))` to the request property `email`

[Change history](https://skmtc.dev/coinflow/apis/api-reference/changes/marketplace/wallet/post.md)

---

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