> For the complete documentation index, see [llms.txt](https://docs.radfi.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.radfi.co/dev/api-endpoints/create-trading-wallet.md).

# Create Trading Wallet

### **Create Trading Wallet**

**Endpoint**: `/api/wallets`\
**Method**: `POST`

**Request Body**

```json
{
  "walletAddress": "string",
  "publicKey": "string"
}
```

**Response**

```json
{
  "code": 1,
  "message": "common.success",
  "data": {
    "tradingWallet": "string",
    "userAddress": "string",
    "userPublicKey": "string",
    "requiredSignNumber": "number"
  }
}
```
