AI Agent Hub
Back to plugins
🧰

xby-cryptocurrency-data-api-service

Web Tools Updated 2026.09.02

Run the following command in DeepSeek Harness:

dsh plugin install xby-skill/xby-cryptocurrency-data-api-service

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install xby-skill/xby-cryptocurrency-data-api-service in DeepSeek Harness to install this plugin; full source code is available at https://github.com/xby-skill/xby-cryptocurrency-data-api-service .

About this plugin

When an AI assistant needs to answer questions about cryptocurrency, it often lacks access to reliable on-chain data, and wiring up APIs manually is both tedious and error-prone. This plugin gives DeepSeek Harness a ready-to-use DEX data endpoint: set an API key once in chat and you can query tokens, liquidity pools, and DEXes directly, with no extra service to deploy.

Key capabilities span major blockchains including Ethereum and Solana. You can list available DEXes and top liquidity pools per network, inspect token details and the pools where a token is traded, pull OHLCV candlestick history for backtesting and charting, review recent pool transactions (swaps, liquidity adds, removes), and run cross-network searches by name, symbol, or address. A batch price endpoint also lets you fetch real-time quotes for multiple tokens in a single call, covering workflows from single lookups to bulk analysis.

This is useful in any conversational context that needs live on-chain data: DeFi liquidity assessment, token trading-heat analysis, price-trend backtesting, or simply checking pool depth and recent fills right from chat. Register for an API key and you are ready to go.

Use Cases

  • Check liquidity pool depth and recent swap fills
  • Pull multi-chain OHLCV candles for strategy backtesting
  • Search tokens and DEXes by name, symbol, or address across chains

Best For

  • Quant researchers needing real-time on-chain data
  • DeFi analysts and protocol monitoring teams
  • Developers embedding crypto data queries into AI conversations