Skip to main content
Tool
deterministic endpoint
A single, deterministic unit of analysis such as get_wallet_portfolio_breakdown. It takes exact inputs and returns a structured data object. Tools do not interpret or synthesize; the app, your code, or your assistant reasons over their output.
Module
UI block
An interactive block (table, chart, canvas, or stat block) the app renders inside a chat answer from a tool’s structured result. See Modules.
Citation
source link
A pointer from a claim in an answer to the data source that supports it.
Canonical network name
string
The normalized chain name Nikiwa maps every alias to (for example, eth becomes ethereum) before routing to a data provider. See Supported Networks.
Developer key
nkw_live_ token
A personal API key you create in the app to authenticate to the MCP server. Labeled “MCP Keys” in the app. The Tools API uses a separate api:call scope. See API keys.
Tools API
REST
The public REST surface that exposes a curated subset of Nikiwa tools for discovery and execution. See the API Reference.
MCP server
Streamable HTTP
Nikiwa’s Model Context Protocol server, which exposes the full tool set to MCP clients such as Claude and ChatGPT. See MCP overview.
Unit
number
The metering count charged per tool call, aggregated per key. See Usage & metering.
Resolution
symbol or ENS to address
Turning a token symbol or ENS name into a concrete contract or wallet address before analysis, via resolve_token_symbol and resolve_ens.