DOCS

How paste.markets works — features, data, and methodology.

OVERVIEW

paste.markets is a real-time leaderboard and analytics platform for Crypto Twitter traders. All data is sourced from paste.trade — an independent service that tracks real trade calls made publicly on X (Twitter) and measures their actual P&L outcomes.

No self-reported numbers. No fake wins. Just verified call history and real performance metrics.

DATA & METHODOLOGY

Trade data is fetched from the paste.trade API. Every trade entry represents a public call made on X, with the entry price, direction, and outcome tracked automatically.

Metrics:
  WIN RATE    — percentage of calls that closed in profit
  AVG P&L     — average percentage return across all closed trades
  TOTAL TRADES — number of tracked calls

Timeframes: 7d / 30d / all-time. All leaderboard rankings default to 30-day performance.

Data updates continuously as paste.trade processes new calls.

LEADERBOARD

Open →
The leaderboard ranks CT traders by win rate and avg P&L over a selected timeframe. Traders are listed publicly — if you've made calls on X and paste.trade has tracked them, you appear here.

Filters:
  7D / 30D / ALL   — select timeframe
  Sort by win rate or avg P&L

Each row links to the trader's full profile page.

AUTHOR PROFILES

Every tracked trader has a profile at paste.markets/[handle].

Profile pages include:
  — Scorecard with win rate, avg P&L, total trades
  — Full trade history with individual call outcomes
  — Platform breakdown (crypto, stocks, prediction markets)
  — Shareable OG image for Twitter/X cards

Example: paste.markets/frankdegods

HEAD-TO-HEAD

Open →
Compare any two CT traders directly — win rate, avg P&L, total trades, and a head-to-head record side by side.

Navigate to /vs/[handle1]/[handle2] or use the VS tool at /vs to search and compare.

The comparison generates a shareable OG image optimized for Twitter cards.

CT WRAPPED

Open →
A Spotify Wrapped-style trading report card for any CT caller.

Enter a handle at /wrapped to generate a shareable card showing:
  — Trading personality archetype
  — Win rate and P&L summary
  — Best and worst calls
  — Performance tier badge

Designed to be screenshot and posted on X.

CT CALLER CIRCLE

Open →
Generate a "Twitter Circle"-style graphic featuring the top CT callers on your custom list.

Choose traders, set a title, and export a shareable image showing their handles and performance stats in a grid layout.

Navigate to /circle to create your circle.

WHAT'S THE TRADE?

Open →
Paste any news URL or headline and get an AI-generated trade thesis.

Powered by Claude (Anthropic). The tool reads the article, identifies the market-moving signal, and suggests the optimal trade direction, ticker, and timeframe with reasoning.

Navigate to /trade to use it.

LIVE FEED

Open →
A real-time stream of new trade calls being tracked across all monitored CT accounts.

Shows:
  — Trader handle
  — Ticker and direction (long/short)
  — Time of call
  — Platform (crypto/stock/prediction)

Updates automatically. Navigate to /feed for the full stream.

OG IMAGES & SHARING

Every page on paste.markets generates a dynamic Open Graph image optimized for Twitter/X cards.

Images are generated server-side at /api/og/[...slug] using @vercel/og (Satori). They include:
  — Trader handle and stats for profile pages
  — Head-to-head comparison cards
  — Leaderboard snapshots

When you share any paste.markets URL on X, the preview card is automatically populated with live data.

DATA API

Internal API routes (not a public API):

  GET /api/leaderboard?timeframe=30d&limit=50&offset=0
  GET /api/author/[handle]
  GET /api/vs?a=[handle]&b=[handle]
  GET /api/wrapped/[handle]
  GET /api/feed?limit=20
  GET /api/trending
  GET /api/search?q=[query]
  GET /api/consensus?ticker=[ticker]
  GET /api/trade  (POST — submit URL for trade analysis)

All routes return JSON. Rate limits apply.

BUILT BY

paste.markets is built by @swarminged.

Data sourced from paste.trade by @frankdegods.

If you have feedback, feature requests, or want to report a data issue, reach out on X.
← Back to paste.markets