Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 411 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 411 Bytes

BTC Oracle

Cloudflare worker that queries about a dozen BTC price sources and returns the median price in USD and EUR.

Check sources.ts for the list of price sources.

Returned JSON:

{
  "pricefeed": {
    "eur": 58031.63,
    "usd": 62977.6
  },
  "publickey": "publickey",
  "signature": "signature",
  "timestamp": 1709207259
}

Dev

$ yarn dev
$ yarn deploy