Inkognido logo
Inkognido
hub

INKOGNIDO // NEXUS

Secure Protocol v1.0.4b

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

FieldTypeRequiredDescription
player_idstringYesThe unique UUID of the target player.
include_statsbooleanNoIf 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

FieldTypeRequiredDescription
target_idstringYesUUID of the player receiving the trade offer.
itemsarrayYesList of asset IDs to offer.
expirationintegerNoTime in seconds before the offer expires (Default: 3600).
© 2024 Inkognido Systems. All rights reserved.Report Vulnerability