Loading...
Loading...
Revolut X account and order queries. Use when the user asks to "check my balances", "view open orders", "order history", "order fills", "my trades", "trade history", or runs revx account, revx order open, revx order history, revx order get, revx order fills, revx trade commands.
npx skill4agent add revolut-engineering/revolut-x-api revx-accountView balances, query orders, browse trade history.
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 account balances # Non-zero balances
revx account balances --all # Include zero balances
revx account balances BTC # Single currency (case-insensitive)
revx account balances --currencies BTC,ETH,USD # Filter by multiple currenciesrevx order open
revx order open --symbols BTC-USD,ETH-USD --side buy
revx order open --order-states pending_new,new --order-types limit --limit 50--symbols--order-states--order-types--side--limitrevx order history
revx order history --symbols BTC-USD --start-date 7d --end-date today
revx order history --order-states filled,cancelled --limit 20--symbols--order-states--order-types--start-date--end-date--limit7d1wtoday2025-04-14revx order get <order-id> # Full order details
revx order fills <order-id> # All fills for an orderrevx trade private BTC-USD # My trade history
revx trade private BTC-USD --start-date 7d --limit 100
revx trade private BTC-USD --start-date 2025-04-01 --end-date 2025-04-14
revx trade public BTC-USD # Public trades
revx trade public BTC-USD --start-date 7d --end-date today--start-date--end-date--limit7d1wtoday2025-04-14revx trade historyprivaterevx trade allpublic/looprevxrevxrevx account balancesrevx order openBash&&update-config.claude/settings.local.json"Bash(revx account balances*)",
"Bash(revx order open*)"Bash(revx *)/loopBash(revx account balances*)*&&|revx account balancesrevx order openBash(revx account balances*)Bash(revx order open*)update-config/loop 10m check balance and open ordersBashrevx account balances BTC
revx market tickers BTC-USDrevx order history --start-date 7d
revx trade private BTC-USD --start-date 7d| Skill | Purpose |
|---|---|
| Place and cancel orders |
| Check prices and pair constraints |
| Set alerts on prices and indicators |
| API key setup and configuration |