Skip to main content
Nikiwa’s tools are grouped below by subject. Each is deterministic: give it exact inputs (an address, token, transaction hash, or a symbol or ENS name to resolve first) and it returns a structured data object, {status: no_data}, or {status: error}.
The MCP server exposes the full set below. The public Tools API exposes a curated subset. For the authoritative, live list, and each tool’s exact input schema, use the discovery endpoint (GET /api/tools) or the nikiwa://chains and nikiwa://usage MCP resources.

Resolution

Turn a symbol or name into a concrete address before analysis.
ToolDescription
resolve_token_symbolResolve a token symbol to its contract address, per network.
resolve_ensResolve an ENS name to its Ethereum address.

Wallet analysis

ToolDescription
get_wallet_portfolio_breakdownFull portfolio composition and value across chains.
get_wallet_token_holdingsToken balances held by a wallet.
get_wallet_pnlRealized and unrealized profit and loss.
get_wallet_statsAggregate activity statistics for a wallet.
get_wallet_transactionsTransaction history for a wallet.
get_wallet_transaction_patternsBehavioral patterns across a wallet’s transactions.
get_wallet_counterpartiesAddresses a wallet has interacted with.
get_wallet_counterparties_analysisDeeper analysis of a wallet’s counterparties.
get_wallet_risk_overviewHigh-level risk summary for a wallet.
get_wallet_risk_scoreNumeric risk score for a wallet.
get_wallet_address_profileProfile and identity signals for an address.
get_wallet_account_metaAccount metadata such as labels, tags, and first and last seen.
get_wallet_osint_recordOpen-source intelligence records linked to an address.
get_wallet_deployed_contractsContracts a wallet has deployed.
get_wallet_stablecoin_complianceStablecoin compliance and exposure signals for a wallet.

Token analysis

ToolDescription
get_token_infoCore token metadata and stats.
get_token_holders_tradersTop holders and active traders of a token.
get_token_flowsInflows and outflows for a token.
get_token_flow_intelligenceEnriched flow analysis: who is moving the token, and how.
get_token_market_analysisMarket-level analysis for a token.
get_token_risk_traitsRisk traits and red flags for a token.
analyze_token_developerAnalyze a token’s developer or deployer.
analyze_token_websiteAnalyze a token’s official website signals.

Transactions & contracts

ToolDescription
analyze_transactionDecode and analyze a transaction by hash.
get_contract_creationCreation details, including deployer and transaction, for a contract.
get_contract_source_codeVerified source code for a contract.

Market data

DeFi and market intelligence across protocols and chains.
ToolDescription
get_protocols_overviewOverview of DeFi protocols.
get_protocol_detailsDetailed metrics for a single protocol.
get_chains_tvlTotal value locked by chain.
get_categories_tvlTVL grouped by protocol category.
get_coin_pricesPrices for one or more coins.
get_stablecoinsStablecoin supply and circulation.
get_stablecoin_dominanceStablecoin market share and dominance.
get_yields_poolsYield-farming pools and APYs.
get_dex_volumeDEX trading volume.
get_perps_volumePerpetuals trading volume.
get_fees_revenueProtocol fees and revenue.
get_bridges_overviewCross-chain bridge activity.
get_narratives_performancePerformance of market narratives and sectors.
get_raisesFundraising rounds and investments.
get_hacksKnown exploits and hacks.

Prediction markets & perps

ToolDescription
get_polymarket_activitiesActivity on Polymarket.
get_polymarket_open_betsOpen positions for a Polymarket user.
get_polymarket_closed_betsClosed and settled positions for a Polymarket user.
get_polymarket_userProfile and stats for a Polymarket user.
get_hyperliquid_activityTrading activity on Hyperliquid.
Tool availability and inputs change over time. Treat the discovery endpoint as the source of truth for what is callable and what each tool expects.