AssetPriceSpotter

In the standard push model oracle, to obtain the price of any supported asset, the caller must authorize the AssetPriceSpotter contract to access $NGL tokens as a fee, with the exception of prices for Entangle Liquid Vault tokens, for which the fee is waived.

function getPriceByKey(bytes32 key) external returns (Price memory price)

Last updated