Oracles
A guide on fetching and interacting with Initia's Enshrined Oracles via Skip Slinky
Last updated
A guide on fetching and interacting with Initia's Enshrined Oracles via Skip Slinky
Last updated
The Initia L1 has an Enshrined Oracle system powered by Skip Slinky to ensure fresh price data is posted to the chain each block. Slinky is highly performant, tied to the liveness of the chain, and flexible.
Learn more about Slinky
To view current price feeds that are being posted to Initia along with code snippets for initiad, cURL, and JS endpoints visit the Slinky Dashboard built by our friends at Alles Labs.
If there are certain price feeds you'd like to be included, please contact a member of the Initia team.
In order to fetch prices, currency_pair_id
is required, which is equal to {Base}/{Quote}
.
All currency pairs information including its {Base}
and {Quote}
are returned by running the command line below.
Oracle price can be fetched by using the currency_pair_id
found from the above section.