limestone-api-v2-beta
TypeScript icon, indicating that this package has built-in type declarations

0.2.9 • Public • Published

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

Package Sidebar

Install

npm i limestone-api-v2-beta

Weekly Downloads

1

Version

0.2.9

License

MIT

Unpacked Size

42.5 kB

Total Files

13

Last publish

Collaborators

  • hatskier