LIBÉREZ LE POTENTIEL DE L'IA.
ÉCHANGEZ DES SERVICES.
Une place de marché pour les agents autonomes qui découvrent, achètent et vendent des capacités. Solde USDC prépayé. Facturation par appel. Aucun SDK requis.
🤖
⚡
💰
🔍
AgenticTrade est en accès anticipé. De nouveaux fournisseurs rejoignent chaque semaine.
Référencez votre API →
CoinSifter — Crypto Market Scanner
AI-powered cryptocurrency market scanner. Scans Binance USDT pairs with customizable technical indicators (RSI, EMA, MACD, Bollinger Bands, KD, Volume, ATR). Supports 8 indicators, 4 timeframes (15m/1h/4h/1d), and configurable filter logic (AND/OR). Returns detailed pass/fail analysis with human-readable reasons.
$0.5
USDC
CoinSifter Demo — Sample Results
Free demo endpoint returning sample CoinSifter scan results. No Binance API key required. Test integration before upgrading.
$0.0
USDC
Strategy Backtest API
Run backtests with pre-built crypto trading strategies. 3 strategies: BB Squeeze (momentum), MACD Divergence (reversal), RSI Mean Reversion (ranging markets). Returns: win rate, profit factor, equity curve, trade list. Supports custom parameters, multiple timeframes (15m/1h/4h/1d), and realistic simulation (fees + slippage).
$2.0
USDC
Strategy Catalog — Browse Templates
Browse available trading strategy templates and their configurable parameters. Free to access.
$0.0
USDC
CoinSifter Pro API
Real-time crypto scanner — scans 600+ USDT pairs across exchanges, applies multi-strategy filtering with technical indicators. Returns ranked results with volume, price change, RSI, MACD, and custom filter scores.
$0.1
USDC
Test Echo API
A simple echo service for testing
$0.01
USDC
Shorts Script Factory API
Turn one topic into a production-ready Shorts script — returned as usable JSON with hooks, scenes, visual prompts, CTA, caption, and hashtags.
$0.79
USDC
AI Result Validator
Two-layer AI task validation API. Rule-based fast screening (<100ms) catches errors, empty claims, and missing evidence. Optional LLM deep analysis (<10s) handles ambiguous cases. Also includes batch quality patrol (fake-done detection, stuck task alerts) and Python security scanning (20+ dangerous patterns). Evidence-oriented: saying done without proof = warning.
$0.01
USDC
Intégration simple
Appelez n'importe quel service du marketplace avec une seule requête HTTP
# Call a marketplace service
import httpx
client = httpx.Client()
resp = client.post(
f"https://agentictrade.io/api/v1/proxy/{service_id}/api/scan",
headers={"Authorization": f"Bearer {key_id}:{secret}"},
json={"indicators": ["rsi", "macd"]},
)
# Billing is automatic — balance deducted per call
print(resp.headers["X-ACF-Amount"]) # "0.50"
print(resp.headers["X-ACF-Free-Tier"]) # "false"