okx-wallet-portfolio

Resolve a wallet address into cross-chain portfolio totals and token holdings.

Updated May 10, 2026
One-click install
npx skills add https://github.com/Tsin418/crypto-research-agent --skill okx-wallet-portfolio-tsin418
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: okx-wallet-portfolio
Source: https://github.com/Tsin418/crypto-research-agent/tree/main/.agents/skills/okx-wallet-portfolio
Command: npx skills add https://github.com/Tsin418/crypto-research-agent --skill okx-wallet-portfolio-tsin418

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill resolves a user-provided wallet address into a cross-chain portfolio overview, eliminating the need for manual balance lookups and token-by-token verification.

Core Features & Use Cases

  • Wallet balance & holdings lookup: Retrieves total USD value, all token balances, and selected token balances for the same address across many supported chains.
  • Chain-aware querying: Works across EVM and non-EVM address formats by instructing separate requests per address type to avoid failed mixed-format calls.
  • DeFi holdings support: Uses asset-type selection to include tokens-only or DeFi-only views when needed.
  • Safety and data quality guardrails: Adds token metadata warnings for wrapped/bridged tokens and includes abbreviated contract addresses to help users verify token identity.

Quick Start

Ask: Check the portfolio value and token balances for address 0xAbc... on Ethereum, Base, and Solana.

Frequently Asked Questions about okx-wallet-portfolio

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check onchain token balances and total portfolio value across multiple chains?

To check onchain token balances, provide a wallet address to resolve cross-chain portfolio totals, retrieving USD reporting and token holdings across multiple EVM and non-EVM networks. Outputs are formatted with UI-unit amounts and USD values for decision support.

What is the best way to look up DeFi positions for a specific wallet address?

Looking up DeFi positions requires using onchain portfolio commands with a mandatory address input and selecting the DeFi-only asset-type parameter. This filters cross-chain queries to return specifically protocol-level positions rather than standard token balances.

Can I query cross-chain wallet balances for both EVM and non-EVM addresses simultaneously?

You cannot query mixed EVM and non-EVM address formats in a single call. Chain-aware querying requires instructing separate requests per address type to avoid failed mixed-format calls when checking wallet portfolios across different network architectures.

How do I verify token identity when inspecting wallet holdings?

To verify token identity when inspecting wallet holdings, the output includes abbreviated token contract addresses alongside token metadata warnings. These guardrails specifically alert you to wrapped or bridged tokens to ensure accurate USD valuation and data quality.

Does wallet portfolio querying support selecting specific blockchains?

Wallet portfolio querying supports selecting specific chains by applying chain-aware querying parameters. You can target specific EVM or non-EVM networks to retrieve total USD value and token balances for the same address across your selected supported chains.