Rename a perp sub-account
POST /v1/perp-wallets/rename — Rename an existing perp sub-account. Body: `{ subAccountId: string, name: string (max 20) }`. Read-name-only change; doe
POST /v1/perp-wallets/rename
Rename an existing perp sub-account. Body: { subAccountId: string, name: string (max 20) }. Read-name-only change; does not affect the on-chain address or the bound exchange.
| Method | POST |
| Path | /v1/perp-wallets/rename |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | perps |