An api to access trusted token pricing data secured on Arweave and protected by provider's collateral.
pip install limestone-finance
from limestone_finance import get_price
price = get_price("AR")
from limestone_finance import get_price
price = get_price("AR", at_block=123456)
{
price: 11.74, //as Float
updated: '2021-02-25T07:55:00.467000', //as UTC Date string
}
python test_limestone.py