WOOFi Integration Data Skill

Retrieve trading pairs, ticker data, and pool states from the WOOFi Swap API.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/woonetwork/woofi-skills --skill woofi-integration-data-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: WOOFi Integration Data Skill
Source: https://github.com/woonetwork/woofi-skills/tree/main/skills/integration-data
Command: npx skills add https://github.com/woonetwork/woofi-skills --skill woofi-integration-data-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the difficulty of manually tracking decentralized exchange liquidity, oracle states, and market performance across multiple blockchain networks.

Core Features & Use Cases

  • Market Intelligence: Retrieve 24-hour ticker data and trading volume for any supported pair.
  • Liquidity Monitoring: Inspect internal pool states, including reserves, fee rates, and oracle feasibility.
  • Use Case: Developers and analysts can use this to monitor pool health or integrate WOOFi price feeds into third-party dashboards.

Quick Start

Use the integration data skill to fetch the current pool states for the Arbitrum network.

Frequently Asked Questions about WOOFi Integration Data Skill

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

FAQPage Schema
How do I retrieve WOOFi liquidity pool states and market data?

Retrieve WOOFi liquidity pool states and market data by making standard GET requests to the public WOOFi Swap API endpoints. This returns real-time trading pairs, ticker data, pool reserves, and fee structures.

What is the mechanism for fetching WOOFi oracle pricing and 24-hour trading volume?

Fetching WOOFi oracle pricing and 24-hour trading volume involves querying public API endpoints without authentication. The API delivers deep insights into oracle feasibility and market performance for supported pairs.

Can I integrate WOOFi price feeds into a third-party dashboard without authentication?

Yes, you can integrate WOOFi price feeds into third-party dashboards without authentication. The skill operates via standard GET requests to public API endpoints, facilitating seamless integration for developers and analysts.

Does the WOOFi API support monitoring decentralized exchange liquidity across multiple blockchain networks?

The WOOFi API supports monitoring decentralized exchange liquidity across multiple blockchain networks. It solves the difficulty of manually tracking DEX liquidity, oracle states, and market performance by providing real-time pool state data.

What are the limitations of using public WOOFi API endpoints for market intelligence?

A limitation of using public WOOFi API endpoints is that retrieval is restricted to real-time data snapshots via GET requests. It does not require authentication, but users must handle their own polling logic to maintain continuous market intelligence.