Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jleeh committed Apr 26, 2020
1 parent e61f262 commit 0c95118
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Asset Price External Adaptor ![Travis-CI](https://travis-ci.org/linkpoolio/asset-price-cl-ea.svg?branch=master) [![codecov](https://codecov.io/gh/linkpoolio/asset-price-cl-ea/branch/master/graph/badge.svg)](https://codecov.io/gh/linkpoolio/asset-price-cl-ea)
# Asset Price External Adaptor ![Build](https://github.com/linkpoolio/asset-price-cl-ea/workflows/Build/badge.svg) [![codecov](https://codecov.io/gh/linkpoolio/asset-price-cl-ea/branch/master/graph/badge.svg)](https://codecov.io/gh/linkpoolio/asset-price-cl-ea)
External Adaptor for Chainlink which aggregates prices of crypto assets from multiple exchanges based on a weighted average of their volume.

This adaptor is built using the bridges framework: https://github.com/linkpoolio/bridges
Expand All @@ -7,11 +7,10 @@ This adaptor is built using the bridges framework: https://github.com/linkpoolio

- Binance
- Bitfinex
- Bitstamp (Highly rate limited)
- Bitstamp (highly rate limited)
- Bittrex
- Coinall
- Coinbase Pro
- COSS
- HitBTC
- Huobi Pro
- Kraken
Expand Down Expand Up @@ -87,6 +86,7 @@ Should return something similar to:
"base": "BTC",
"quote": "USD",
"id": "BTC-USD",
"result": 3836.4042305857843,
"price": "3836.4042305857843",
"volume": "131747894.87525243",
"usdPrice": "3836.4042305857843",
Expand Down Expand Up @@ -115,6 +115,7 @@ curl -X POST -H 'Content-Type: application/json' -d '{ "jobRunId": "1234", "data
"base": "LINK",
"quote": "ETH",
"id": "LINK-ETH",
"result": 0.0031786459052877327,
"price": "0.0031786459052877327",
"volume": "797.6642187877999",
"usdPrice": "0.43956635389465454",
Expand Down

0 comments on commit 0c95118

Please sign in to comment.