Skip to content

polsolbridge/terafab-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

terafab-cli

Instant No-KYC crypto swap from your terminal. Prices, RPC calls, swap quotes — no account, no KYC.

npm npm downloads License: MIT

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 wallet

Install

npm install -g terafab-cli
# or use without installing:
npx terafab-cli <command>

Commands

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

Features

  • 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

API

Powered by SwapTitanhttps://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"

Links

About

Instant No-KYC crypto swap CLI — prices, RPC, swap:quote, x402 pay. 1288+ assets, multi-chain.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors