Pool Ohlcv banner
yunus-0x yunus-0x

Pool Ohlcv

Development community

Description

--- description: Fetch price and volume history for a specific Meteora pool argument-hint: [pool_address] --- Fetch recent price action and volume trends for this pool: 1. OHLCV price data (last 24 candles, 1h timeframe): ``` !`curl -s "https://dlmm.datapi.meteora.ag/pools/$ARGUMENTS/ohlcv?timeframe=1h"` ``` 2. Volume history: ``` !`curl -s "https://dlmm.datapi.meteora.ag/pools/$ARGUMENTS/volume/history?timeframe=1h"` ``` Analyse and summarise: - Overall price trend (up/down/sideways) - Volum

Installation

Installs to ~/.claude/commands/yunus-0x-meridian-pool-ohlcv.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/yunus-0x/meridian/HEAD/.claude/commands/pool-ohlcv.md -o ~/.claude/commands/yunus-0x-meridian-pool-ohlcv.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository