---
title: "Create global wallet"
method: POST
path: "/api/v1/wallets/global"
tags: ["Wallets"]
---

# Create global wallet

`POST /api/v1/wallets/global`

Creates a new global wallet for the user account

## Request body

- RequestWalletCreateGlobalRequest
  - `wallet_address` string, required — WalletAddress represents the unique address of the wallet

## Response `200`

OK

- ResponseEmptyResponse

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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