Loading...
Loading...
Revolut X market data commands. Use when the user asks to "check crypto prices", "view candles", "get ticker", "see order book", "list currencies", "list trading pairs", or runs revx market commands.
npx skill4agent add revolut-engineering/revolut-x-api revx-marketrevx marketQuery currencies, trading pairs, live prices, historical candles, and order book depth.
Auth required. Make sureis installed and configured before running these commands. If any command fails with an auth-related error —revx,Auth not configured,No private key found,Authentication failed (401),Invalid signature, or a missing key/config file atinsecure permissions— invoke the~/.config/revolut-x/skill 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.revx-auth
--json--output jsonBASE-QUOTEBTC-USDETH-EURSOL-USDrevx market pairsrevx 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 pairsrevx 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 30d1m5m15m30m1h4h1d2d4d1w2w4w7d1w4h30m5mtodayyesterday2025-04-14--since--untilrevx market orderbook BTC-USD # Top 10 levels (default)
revx market orderbook BTC-USD --limit 20| Skill | Purpose |
|---|---|
| Act on market data — place orders |
| Set alerts based on prices and indicators |
| Check balances before trading |
| API key setup and configuration |