PEPT TRADE

Infrastructure · B2B

The first peptide pricing oracle

Dual-source research peptide $/mg marks, settled on Robinhood Chain and delivered over REST so your protocol does not scrape vendors. Live prices, history, OHLC, webhooks, and signed attestations.

Settle on-chain

Same PeptideOracle feed PEPT Trade uses for perps. Verify marketKey + getPrice.

Ship faster

REST for apps and indexers. Webhooks when marks move. Signed quotes for Pro+.

Metered access

API keys with tiers, RPM/daily quotas, and Stripe checkout when you are ready to charge.

Pricing

Start with the demo key. Upgrade when you need webhooks, volume, or signed marks.

Free
$0/mo
  • 120 req/min
  • 10,000 req/day
  • 1 webhooks
  • No signed quotes

Issue via admin API or contact us.

Pro
$99/mo
  • 600 req/min
  • 200,000 req/day
  • 10 webhooks
  • Signed attestations

Stripe Checkout when STRIPE_* env is set; otherwise admin-issued keys.

Enterprise
$499/mo
  • 3000 req/min
  • 2,000,000 req/day
  • 50 webhooks
  • Signed attestations

Stripe Checkout when STRIPE_* env is set; otherwise admin-issued keys.

Quickstart

# Latest mark
curl -sS "https://pept.trade/api/v1/oracle/prices/SEMA-PERP" \
  -H "X-API-Key: pept_demo_public"

# Usage for your key
curl -sS "https://pept.trade/api/v1/oracle/me" \
  -H "X-API-Key: YOUR_KEY"

# Create webhook (Free+)
curl -sS -X POST "https://pept.trade/api/v1/oracle/webhooks" \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com/hooks/pept","events":["price.updated"]}'

# Signed attestation (Pro+)
curl -sS "https://pept.trade/api/v1/oracle/attest/SEMA-PERP" \
  -H "X-API-Key: YOUR_PRO_KEY"

Roadmap

  1. v1 live: REST, demo key, on-chain join, docs
  2. v1.1 live: API keys, tiers, metering, webhooks, attestations, Stripe hooks, api.pept.trade routing
  3. Next: Upstash Redis in prod, denser scrape cadence, mainnet oracle, multi-reporter committee
  4. Enterprise: SLA, private feeds, SOC2 path