0.2.9 • Published 3 years ago

limestone-api-v2-beta v0.2.9

Weekly downloads
-
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 limestone = require('@limestone/api');

const price = limestone.getPrice("AR");

console.log(price.value);

Data format

  • TODO: udpate data format
{
  value: 2.05, // as Float
  timestamp: "1615855810023", // as String
}

Building & testing

yarn
yarn test
0.2.9

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago