winmo

Provides Ethereum and Solana asset search with live pricing, forex rates, and swap quotes via documented /api/agent endpoints.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/WinMo-xyz/winmo-dapp --skill winmo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: winmo
Source: https://github.com/WinMo-xyz/winmo-dapp/tree/main/public
Command: npx skills add https://github.com/WinMo-xyz/winmo-dapp --skill winmo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

WinMo solves the problem of finding tradable assets, prices, and execution options across Ethereum and Solana without stitching together multiple tools and interfaces.

Core Features & Use Cases

  • Asset discovery across categories: List and search 100+ tradeable assets spanning stocks, crypto, commodities, and forex pairs.
  • Live pricing and FX rates: Fetch live crypto prices and oracle-backed forex rates for informed trading decisions.
  • AI-agent friendly execution inputs: Request real-time swap quotes (Jupiter for Solana, KyberSwap for Ethereum) and retrieve token addresses to support trading flows, plus browse yield protocols by risk tier.

Quick Start

Ask the WinMo skill to return a swap quote for buying ETH with 100 USDC on Ethereum by querying https://app.winmo.xyz/api/agent/quote?from=USDC&to=ETH&amount=100&chain=ethereum.

Frequently Asked Questions about winmo

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

FAQPage Schema
How do I get live crypto prices and forex rates across multiple blockchains?

WinMo provides multi-chain access to live crypto prices and oracle-backed forex rates across Ethereum and Solana by querying its documented API endpoints. It returns real-time market data without requiring authentication.

How do I generate a swap quote for tokens on Ethereum or Solana?

You generate a swap quote by querying the /api/agent/quote endpoint with specified from and to tokens, amount, and chain. WinMo retrieves real-time quotes via Jupiter for Solana and KyberSwap for Ethereum.

Can I discover tradable assets across different categories like stocks and commodities?

Yes, the API supports listing and searching 100+ tradeable assets spanning stocks, crypto, commodities, and forex pairs. Agent-driven discovery utilizes category browsing and fuzzy search to locate assets.

Does the WinMo API require authentication to fetch yield protocol listings?

No authentication is required to browse yield protocol listings by risk tier. You query the documented /api/agent/* endpoints to retrieve and return yield protocol data in standard JSON format.

What is the best way to retrieve a specific token address for a trading workflow?

You retrieve a token address by utilizing the optional token-address lookup feature. This function supports agent-driven trading workflows by validating chain parameters and returning the correct token address.

Do I need a specific browser environment to use the window.winmo API?

You can optionally use the window.winmo browser API, but calling the documented endpoints directly works without it. Correct chain and parameter validation is required to successfully return JSON data.