root/nexus/api/overview
Nexus Protocol Reference
Welcome to the central command for Inkognido's developer ecosystem. Use these protocols to integrate player identity, asset management, and world state data into your applications.
lock
Authentication
All requests to the Nexus Protocols must be authenticated via a Bearer Token. You can obtain your phantom_token from the developer dashboard.
Header Example
Authorization: Bearer nk_live_5x93...
GET
/v1/identity/profile
Retrieves the public profile information for a specific player, including their avatar, current level, and public badges.
Query Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| player_id | string | Yes | The unique UUID of the target player. |
| include_stats | boolean | No | If true, returns win/loss ratio and playtime. |
POST
/v1/assets/trade/initiate
Opens a secure trade channel between two entities. Requires both parties to be online.
Body Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| target_id | string | Yes | UUID of the player receiving the trade offer. |
| items | array | Yes | List of asset IDs to offer. |
| expiration | integer | No | Time in seconds before the offer expires (Default: 3600). |
© 2024 Inkognido Systems. All rights reserved.Report Vulnerability
