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.
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
- v1 live: REST, demo key, on chain join, docs
- v1.1 live: API keys, tiers, metering, webhooks, attestations, api.pept.trade routing
- Next: Upstash Redis in prod, higher-frequency vendor sampling, mainnet oracle, multi-reporter committee
- Enterprise: SLA, private feeds, SOC2 path