Prices Pool Balances

This table can be used to price assets within the Algorand blockchain using on-chain liquidity pool. Price is calculated by end-of-hour pool balances on tinyman for Algo base pairs, then using the coinmarketcap/coingiecko ALGO price to calculate the price of the other asset

FieldTypeDescription

BLOCK_HOUR

timestamp

The hour for which the price is valid

ASSET_ID

numeric

ID associated with the asset

ASSET_NAME

string

Name of the asset

PRICE_USD

numeric

The USD price of the asset at the end of the hour. ALGO price pulled from coinmarketcap/coingiecko

ALGO_BALANCE

numeric

The balance of ALGO tokens in the pool at the end of the hour. NULL for ALGO

NON_ALGO_BALANCE

numeric

The balance of other (non-ALGO) tokens in the pool at the end of the hour. NULL for ALGO

POOL_NAME

string

The name of the pool used for the price calculation. NULL for ALGO

POOL_ADDRESS

string

The address of the pool used for the price calculation. NULL for ALGO

Last updated