@limestonefi/api
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/limestonefi__api package

0.1.3 • Public • Published

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

/@limestonefi/api/

    Package Sidebar

    Install

    npm i @limestonefi/api

    Weekly Downloads

    13

    Version

    0.1.3

    License

    MIT

    Unpacked Size

    5.76 kB

    Total Files

    6

    Last publish

    Collaborators

    • limestonefi