LIVE — CF Workers AI · Llama 3.1 8B
SwapTitan AI Agent
Natural Language Swaps, Portfolio Check, Rug Detection und Wallet Creation — alles über eine API. Keine KYC, keine Subscription.
5 Requests/Tag kostenlos
CF Edge — <100ms
Llama 3.1 8B Instruct
33+ Assets
SOL · ETH · BSC · Base
Live Demo — SwapTitan AI
5 req/Tag kostenlos · kein Key nötig
👋 Hallo! Ich bin SwapTitan AI.
Frag mich z.B.:
• "Was kostet SOL gerade?"
• "Quote: 0.5 SOL zu XMR"
• "Erstelle eine neue SOL Wallet"
• "Rug check TOKEN_ADDR"
Frag mich z.B.:
• "Was kostet SOL gerade?"
• "Quote: 0.5 SOL zu XMR"
• "Erstelle eine neue SOL Wallet"
• "Rug check TOKEN_ADDR"
Verfügbare Tools
Swap Quote & Execute
Preisabfrage und Erstellung von No-KYC Swaps über ChangeNOW & SimpleSwap. 33+ Assets.
"Quote: 0.5 SOL zu XMR"
"Swap 0.1 ETH zu BTC an bc1q..."
Live Preise
BTC, ETH, SOL, XMR und mehr — direkt von Kraken, Binance, Coinbase.
"Was kostet SOL gerade?"
"BTC und ETH Preisvergleich"
Portfolio Check
Wallet-Balance auf SOL, ETH, BSC — inkl. USD-Wert in Echtzeit.
"Portfolio 7uZq... auf SOL"
"ETH Balance 0x1234..."
Rug Check
Token-Risikoanalyse vor dem Kauf — Score, Flags, Warnungen.
"Rug check EPjFW... auf sol"
Wallet erstellen
Neue Keypair generieren für SOL oder ETH/Base/BSC — privat, lokal.
"Erstelle neue SOL Wallet"
"New ETH wallet"
Price Alerts
Telegram-Benachrichtigung wenn Zielpreis erreicht. Kein Polling nötig.
"Alert SOL über $200 → TG 6667687088"
AP4M — Agentic Payment
Register with daily spending limit. SwapTitan enforces it automatically — reject on exceed. Full TX history.
POST /v1/ap4m/permission
POST /v1/ap4m/transact
GET /v1/ap4m/status
DMV BOLT-F10-8130
x402 + USDC
A2A ready
SDK & Download
SwapTitan Agent SDK v1.0
Browser & Node.js · 3KB · kein Build-Step · UMD
Browser
Node.js
curl
Python
// Browser — SDK einbinden
<script src="https://swaptitan.net/agent-sdk.js"></script>
<script>
const agent = new SwapTitanAgent({ apiKey: 'YOUR_KEY' });
// Natural Language
const r = await agent.ask('Swap 0.5 SOL zu XMR an 4ABCxyz...');
console.log(r.reply);
// Direkter Preis
const p = await agent.price('sol');
console.log(p.usd); // "84.52"
// Swap Quote
const q = await agent.quote('sol', 'xmr', 0.5);
console.log(q.estimatedAmount);
</script>
// Node.js
const SwapTitanAgent = require('./agent-sdk.js');
const agent = new SwapTitanAgent({ apiKey: 'YOUR_KEY' });
// Portfolio check
const p = await agent.portfolio('7uZqehZaRi...', 'sol');
console.log(p.reply);
// Rug check
const r = await agent.rugCheck('EPjFWJd5...', 'sol');
console.log(r.reply);
// Wallet erstellen
const w = await agent.createWallet('sol');
console.log(w.reply); // Adresse + Private Key
# curl — Natural Language
curl -X POST https://swaptitan.net/v1/ai/chat -H "Content-Type: application/json" -H "X-Api-Key: YOUR_KEY" -d '{"message":"Swap 0.5 SOL zu XMR"}'
# Response:
{
"ok": true,
"reply": "Quote: 0.5 SOL → ~0.107 XMR...",
"tool": "swap_quote",
"data": "Quote: 0.5 SOL → ~0.107 XMR
Min: 0.09 SOL"
}
# Python
import requests
API = "https://swaptitan.net/v1/ai/chat"
KEY = "YOUR_KEY"
def ask(message):
r = requests.post(API,
json={"message": message},
headers={"X-Api-Key": KEY}
)
return r.json()
# Preis abfragen
print(ask("Was kostet ETH?")["reply"])
# Swap erstellen
print(ask("Swap 0.1 SOL zu XMR an 4XMRaddr...")["reply"])
API Reference
MethodEndpointBeschreibung
POST/v1/ai/chatAI Agent — NL Swaps, Preise, Portfolio
GET/v1/pricesLive BTC/SOL/ETH/XMR Preise — kostenlos
GET/v1/swap/quoteSwap Quote — from, to, amount
POST/v1/swap/createSwap Order erstellen — payin address
POST/v1/rpc/:chainMulti-Chain RPC (sol/eth/bsc/base/polygon)
GET/v1/ai/alertsAktive Price Alerts — ?tg_chat=ID
DEL/v1/ai/alerts/:idAlert löschen
POST/v1/ai/key/registerAPI Key an Domain binden
GET/v1/watcherSystem Status — kostenlos
Limits & Pricing
Free
AI Chat5 req/Tag
Swap QuoteUnbegrenzt
Live PreiseUnbegrenzt
RPC1.000 req/Tag
API Key—
Pro — ab 4,99€
AI ChatUnbegrenzt
Swap100+/Monat
RPCHighspeed
Domain-Lock✓
Priority Support✓