Search…
Briefly
PARSIQ Platform
Core Platform Features
ParsiQL
Code samples
On-Chain Streams
Native Streams
Special Streams
Chainlink
Ocean Protocol
User Defined Streams
External Data Providers
Utility
API
Tutorials
Webhooks
Testing your Smart Trigger
Powered By
GitBook
Chainlink
Chainlink Price Feed
The
ChainlinkPriceFeed
Stream contains Events that represent Chainlink Oracle latest price updates of various asset (i.e. "ETH/USD", "BTC/ETH" etc)
Introduction to Chainlink Price Feeds can be found here
https://docs.chain.link/docs/using-chainlink-reference-contracts
​
Price Feeds can be found here
https://feeds.chain.link/
​
Support
Blockchain
Is supported
Ethereum (ETH)
​
✅
​
Binance Smart Chain (BSC)
Work in Progress
For each of Blockchain supported Price Feeds check
https://docs.chain.link/docs/reference-contracts
​
Details
Stream
ChainlinkPriceFeed
type:
{
pair: string,
price: {
value: int256,
decimals: int256
},
round_id: int256,
timestamp: int256
}
pair
- the asset pair, the price was updated for
price
- the decimal value that represents the price of an asset
round_id
- the latest completed round ID where the answer was updated
timestamp
- the block timestamp (in seconds since the epoch according to UNIX Time) when an answer was last updated
Previous
Special Streams
Next
Ocean Protocol
Last modified
1yr ago
Copy link
Outline
Chainlink Price Feed
Support
Details