bot_pipeline
Chainlink-sourced

Real-time crypto prices,
one API call away.

Query the latest price for any tracked symbol — or the closest tick to any moment in time. Authenticate with a scoped API key and you're live.

price at a point in time
curl -H "X-API-Key: ak_live_…" \
  "https://your-host/api/crypto_price/get_price_at/\
?symbol=btcusd_chainlink&at=2026-06-26T17:00:00Z"

Time-travel lookups

Ask for any instant; we return the closest recorded tick.

Query filters

Filter and paginate the full price stream straight from the URL.

Scoped keys

Lock each key to the origins or IPs it's allowed to call from.