Instant No-KYC crypto swap from your terminal. Prices, RPC calls, swap quotes — no account, no KYC.
npx terafab-cli prices # Live BTC/ETH/SOL/XMR prices
npx terafab-cli swap:quote # Get swap quote: from/to/amount
npx terafab-cli rpc sol # Call Solana RPC methods
npx terafab-cli pay:setup # Setup x402 auto-payment walletnpm install -g terafab-cli
# or use without installing:
npx terafab-cli <command>| Command | Description |
|---|---|
prices |
Live crypto prices (BTC, ETH, SOL, XMR) |
swap:quote <from> <to> <amount> |
Get instant swap quote |
rpc <chain> <method> |
Multi-chain RPC (sol/eth/base/bsc/polygon) |
pay:setup <BASE_PK> |
Configure x402 auto-payment |
- No KYC — no account, no verification
- 1288+ assets — BTC, ETH, SOL, XMR and more
- Multi-chain RPC — Solana, Ethereum, Base, BSC, Polygon
- x402 payments — automatic USDC micropayments on Base
- License keys — Starter/Pro/API Dev plans via BTCPay or Stripe
Powered by SwapTitan — https://api.swaptitan.net/v1/
# Get prices
curl https://api.swaptitan.net/v1/prices
# Swap quote
curl "https://api.swaptitan.net/v1/swap/quote?from=BTC&to=XMR&amount=0.1"- Website: https://swaptitan.net/cli
- npm: https://www.npmjs.com/package/terafab-cli
- API Docs: https://swaptitan.net/developers
- MCP Server: https://swaptitan.net/mcp