Comment on page
Available Feeds
There are two main types of data feeds in the GoraNetwork ecosystem: aggregated and custom. Aggregated data is obtained from institutional data providers who generally aggregate high-quality sources, and as such, already have significant data preprocessing for accuracy. GoraNetwork aggregates this aggregated data, ensuring the most accurate data of any chain. Custom data feeds allow consumers to obtain data from their own endpoints.
Community data feeds are price feeds subsidized by GoraNetwork. These feeds are made up of the top 50-100 cryptocurrency USD price pairs, with plans to add more.
Custom data feeds allow applications to call custom endpoints.
Field Name | Field Description |
---|---|
Spec | request specification; serialized data structure, describing the request. |
URL | Endpoint for data to be fetched from |
Dest_app | Algorand application ID of the smart contract that will be called to return oracle response. |
Dest_method | Name of the method to call in the destination smart contract |
Last modified 1mo ago