pept trade

Infrastructure · B2B

The first peptide pricing oracle

Institutional peptide price infrastructure: research $/mg quotes aggregated across 30+ vendors and laboratories, settled on Robinhood Chain, and delivered over REST so your protocol never has to crawl supplier catalogs. Live prices, history, OHLC, webhooks, and signed attestations.

Multi-vendor intelligence

Pricing scraped and normalized across 30+ research vendors and laboratories into a single $/mg mark.

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+.

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
Contact us
Pro
$99/mo
  • 600 req/min
  • 200,000 req/day
  • 10 webhooks
  • Signed attestations
Contact us
Enterprise
$499/mo
  • 3000 req/min
  • 2,000,000 req/day
  • 50 webhooks
  • Signed attestations
Contact us

Questions or custom limits? Contact us on Telegram @blackswanhl

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, api.pept.trade routing
  3. Next: Upstash Redis in prod, higher-frequency vendor sampling, mainnet oracle, multi-reporter committee
  4. Enterprise: SLA, private feeds, SOC2 path