Skip to main content
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.
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.
source link
A pointer from a claim in an answer to the data source that supports it.
string
The normalized chain name Nikiwa maps every alias to (for example, eth becomes ethereum) before routing to a data provider. See Supported Networks.
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.
REST
The public REST surface that exposes a curated subset of Nikiwa tools for discovery and execution. See the API Reference.
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.
number
The metering count charged per tool call, aggregated per key. See Usage & metering.
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.