From revolut-x
Queries Revolut X market data: currencies, trading pairs, live tickers, historical candles, and order book depth. Useful for crypto price checks and market analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/revolut-x:revx-marketThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Query currencies, trading pairs, live prices, historical candles, and order book depth.
revx market)Query currencies, trading pairs, live prices, historical candles, and order book depth.
Auth required. Make sure
revxis installed and configured before running these commands. If any command fails with an auth-related error —Auth not configured,No private key found,Authentication failed (401),Invalid signature,insecure permissions, or a missing key/config file at~/.config/revolut-x/— invoke therevx-authskill immediately and apply the fix yourself. Do not interrupt the user to ask them to run setup. Only escalate to the user for steps only they can perform (pasting the API key, registering the public key in their Revolut X profile, choosing a passphrase). After the fix, retry the original command.
All commands support --json or --output json for machine-readable output.
Symbols use BASE-QUOTE format with a dash: BTC-USD, ETH-EUR, SOL-USD. Use revx market pairs to see all valid pairs.
revx market currencies # All currencies (symbol, name, type, scale, status)
revx market currencies fiat # Fiat currencies only
revx market currencies crypto # Crypto currencies only
revx market currencies --filter BTC,ETH # Filter by specific symbols
revx market pairs # All pairs (base, quote, min/max size, status)
revx market pairs --filter BTC-USD,ETH-USD # Filter by specific pairs
revx market tickers # All tickers (bid, ask, mid, last)
revx market tickers --symbols BTC-USD,ETH-USD
revx market tickers BTC-USD # Single ticker (key-value display)
revx market candles BTC-USD # Default: 1h interval
revx market candles BTC-USD --interval 5m # 5-minute candles
revx market candles BTC-USD --since 7d --until today # Last 7 days
revx market candles BTC-USD --since 2025-04-14 # Since specific ISO date
revx market candles BTC-USD --since 5m --interval 1m # Last 5 minutes, 1m candles
revx market candles ETH-USD --interval 4h --since 30d
Intervals: 1m, 5m, 15m, 30m, 1h, 4h, 1d, 2d, 4d, 1w, 2w, 4w (or raw minutes)
Time formats: Relative (7d, 1w, 4h, 30m, 5m, today, yesterday), ISO date (2025-04-14), Unix epoch ms
Default behavior: When --since and --until are omitted, fetches the maximum available history for the given interval (up to 50,000 candles).
revx market orderbook BTC-USD # Top 10 levels (default)
revx market orderbook BTC-USD --limit 20
Depth: 1–20 levels.
| Skill | Purpose |
|---|---|
revx-trading | Act on market data — place orders |
revx-monitor | Set alerts based on prices and indicators |
revx-account | Check balances before trading |
revx-auth | API key setup and configuration |
npx claudepluginhub revolut-engineering/revolut-x-api --plugin revolut-xQueries Revolut X account balances, open orders, order history, fills, and trade history via the revx CLI. Handles auth errors by invoking revx-auth.
Fetches crypto market data: current prices, orderbook depth, candlesticks, recent trades, instrument metadata, and valuations. Useful for price checks, liquidity assessment, market scans, and trading prep.
Provides ticker, orderbook, candle data, and pre-trade analysis patterns for Vulcan perpetual markets. Use for spread checks, slippage estimation, and funding rate monitoring.