Documentation Index
Fetch the complete documentation index at: https://docs.sertexity.com/llms.txt
Use this file to discover all available pages before exploring further.
Create Wallet
Create a new wallet for the authenticated user.POST /wallets · 🔒 Auth required
Request
| Field | Type | Required | Notes |
|---|---|---|---|
name | string | ✅ | 2–100 characters |
asset | string | ✅ | Supported asset ticker (see List Assets) |
Response 201 Created
Errors
| Code | HTTP | Cause |
|---|---|---|
VALIDATION_ERROR | 400 | Missing or invalid fields |
NOT_FOUND | 404 | Unknown asset ticker |