0.1.3 • Published 3 years ago

@limestonefi/api v0.1.3

Weekly downloads
163
License
MIT
Repository
github
Last release
3 years ago

limestone-api

An api to access trusted token pricing data secured on Arweave and protected by provider's collateral.

Usage

const Api = require('@limestone/api');

let price = await Api.getPrice("AR");

Data format

{
  price: 2.05, //as Float
  updated: '2020-11-03 16:00:00', //as Date
}

Building & testing

npm i
npm test
0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

4 years ago