G
G
Goracle Docs
Litepaper
Search
⌃K

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

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

Aggregated Data Feeds

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
  • NBA
  • NHL
  • MLB
  • Premier League
  • Champions League
  • NFL
Event Details
  • Home Team Name
  • Away Team Name
  • Start Time
  • Status (e.g scheduled, live, final , etc.)
Boxscore
  • Final Score
  • Period Ending Score (e.g 1st quarter, halftime, etc.)
Pre-match Odds
  • Moneyline
  • Spread
  • Over/Under odds
Weather
Allows querying endpoints related to weather.
Search Parameter
Data Values
  • City/Country
  • Latitude/Longitude
  • Temperature
  • PoP
  • Feels Like
  • High
  • Low
  • Windspeed
  • 24hr Rain (in cm)
  • Visibility
  • Cloud Cover
  • Humidity
NFT
On chain NFT data from Ethereum or Algorand.
Blockchains
Endpoints
Data
  • Ethereum
  • Algorand
  • Retrieve Asset by Owner (i.e. blockchain address)
  • List of Asset IDs
  • Retrieve Asset Floor Price by Owner
  • Name
  • Collection Name
  • Collection Floor Price
  • Get Asset Contract by Address
  • Created Date
  • Name
  • Version
  • Owner
  • Description
  • Image URL
  • Get Asset Floor Price by collection slug
  • Collection Name
  • Currency
  • Floorprice
Flight
Get the flight status of any flight or airline.
Search Parameter
Data Value
  • Flight Number
  • Airline
  • Airport
  • Flight Status
  • Delay (in mins)
  • Scheduled Departure timestamp
  • Estimated Departure Timestamp
  • Actual Departure timestamp

Blockchain

A secure way to get balances (network or non-network tokens) and list of transactions by blockchain.
Blockchain
Endpoints
Text
  • Bitcoin
  • Ethereum
  • Bitcoin Cash
  • Litecoin
  • Polygon
  • Algorand
  • Solana
Balances Latest (By Address)
  • Address
  • Block Number
  • Timestamp
  • Balance
Transactions (By address)
  • Records (array of transactions)
    • transaction id
    • from address
    • to address
    • value (e.g token)
    • fee
    • raw transaction
    • status
    • timestamp
    • public key of hash
    • transaction arguments
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