milaex
Unified crypto market data API and scripts for exchanges, markets, tickers, OHLCV, and orderbooks.
Why use this skill?
Integrate real-time crypto market data into OpenClaw with the Milaex skill. Access unified tickers, OHLCV, and orderbook data across multiple exchanges easily.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kmasterrr/milaex-crypto-apiWhat This Skill Does
The Milaex skill is a high-performance utility for the OpenClaw AI agent designed to provide seamless access to unified crypto market data. By acting as an interface for the Milaex REST API, this skill abstracts the complexities of dealing with multiple exchange APIs, offering normalized data shapes for exchanges, markets, tickers, OHLCV (candles), and orderbooks. Whether you are conducting quantitative research, monitoring portfolio performance, or building trading algorithms, this skill ensures consistent JSON responses across diverse data sources. It is specifically built for users who require reliable, real-time market snapshots without managing custody or trade execution.
Installation
To integrate the Milaex skill, first install it using the clawhub CLI with: clawhub install openclaw/skills/skills/kmasterrr/milaex-crypto-api. Once installed, you must obtain an API key from https://milaex.com. For automated usage within your agent, add your key to your ~/.clawdbot/openclaw.json configuration file under the environment variables section. Alternatively, you can export the key directly to your shell environment via export MILAEX_API_KEY="your_key_here". This ensures the skill can authenticate with the Milaex infrastructure and return data directly to your agent's context.
Use Cases
The Milaex skill is highly versatile for financial data analysis. Primary use cases include: 1) Market Intelligence: Quickly querying supported exchanges to determine where a specific pair is traded. 2) Trend Analysis: Fetching OHLCV data to feed into technical analysis scripts or AI models for pattern recognition. 3) Liquidity Monitoring: Accessing orderbook snapshots or full depth data to evaluate market slippage and depth before decision-making. 4) Real-time Price Tracking: Aggregating ticker prices across different exchanges to monitor arbitrage opportunities or simply keeping an eye on current market valuations for specific base and quote pairs.
Example Prompts
- "Check the current price of BTC/USDT on Binance using the Milaex skill."
- "What are the available trading pairs for Ethereum on the Kraken exchange?"
- "Fetch the OHLCV candle data for SOL/USDC on Coinbase so I can analyze the last 24-hour trend."
Tips & Limitations
Note that this skill is strictly for market data; it cannot be used for trade execution or private wallet management. Always ensure your environment variable MILAEX_API_KEY is set correctly; the skill will log errors if authentication fails or if rate limits are hit. The tool outputs clean JSON, making it ideal for piping into data processing pipelines. When using it in production, monitor the stderr output for rate-limit headers to prevent service interruptions during high-frequency queries.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kmasterrr-milaex-crypto-api": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api