4. User API Reference
4.0 Overview
| Item | Value |
|---|
| Base URL | https://api.metaedge.xyz |
| Base Path | /v1 |
| Authentication | Bearer Token (Header: Authorization: Bearer <token>) |
| Content Type | application/json |
Unified response format: All endpoints return a unified structure { "code": 0, "msg": "success", "data": ... }.