Available Feeds
There are two main types of data feeds in the Goracle 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-preprorcessing for accuracy. Goracle aggregates this aggregated data, ensuring the most accurate data of any chain. Custom data feeds allow consumers to obtain data from their own endpoints.
Below are the feeds we plan to make available at launch.
Community data feeds are price feeds subsidized by Goracle. These feeds are made up of the top 50-100 crypto currency USD price pairs, with plans to add more.
Fields | Sample |
---|---|
Name | BTC/USD |
Price | 20000 |
timestamp | 1651571386281 |
Sports
Goracle aims to be the leader in sports data across all blockchains. Goracle will launch with the following before expanding to more endpoints, markets and leagues.
League | Endpoints | Data Value |
---|---|---|
| Event Details |
|
| Boxscore |
|
| Pre-match Odds |
|
| | |
Weather
Allows querying endpoints related to weather.
Search Parameter | Data Values |
---|---|
|
|
NFT
On chain NFT data from Ethereum or Algorand.
Blockchains | Endpoints | Data |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Flight
Get the flight status of any flight or airline.
Search Parameter | Data Value |
---|---|
|
|
A secure way to get balances (network or non-network tokens) and list of transactions by blockchain.
Blockchain | Endpoints | Text |
---|---|---|
| Balances Latest (By Address) |
|
| Transactions (By address) |
|
| | |
Custom Data Feeds
Custom data feeds allow application to call custom endpoints. Currently supporting endpoints that don't have API keys. API key functionality will be introduced in 2023.
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 6mo ago