Skip to content

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

Notifications You must be signed in to change notification settings

fabianriewe/limestone-python

Repository files navigation

limestone-python

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

Installation

pip install limestone-finance

Usage

Getting the latest price

from limestone_finance import get_price

price = get_price("AR")

Getting price at a specific block

from limestone_finance import get_price

price = get_price("AR", at_block=123456)

Data format

{
  price: 11.74, //as Float
  updated: '2021-02-25T07:55:00.467000', //as UTC Date string
}

Testing

python test_limestone.py

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages