The latest Chainlink oracle round, decoded from the on-chain proxy.
const url = 'https://data.predictefy.com/api/feeds/binance/fetchOracleRound';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://data.predictefy.com/api/feeds/binance/fetchOracleRound \ --header 'Authorization: Bearer <token>'Chainlink only (binance answers NOT_SUPPORTED). Read via eth_call against the Polygon AggregatorV3 proxy — no indexer or custom feed infrastructure. Dark by default — 503 FEEDS_UNAVAILABLE until READS_ENABLE_DATA_FEEDS is set. Pass the oracle pair as symbol; the old feed query name remains a deprecated alias.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”One of the R4 reference data feeds (unknown feeds answer 404 FEED_NOT_FOUND).
Query Parameters
Section titled “Query Parameters”Oracle pair, e.g. BTC/USD. Required unless the deprecated feed alias is supplied.
Deprecated alias for symbol; retained for backward compatibility.
Responses
Section titled “Responses”The decoded round.
object
A decoded Chainlink AggregatorV3 round (startedAt/updatedAt are epoch SECONDS as returned on-chain).
object
The oracle pair, e.g. BTC/USD.
Proxy round id as a decimal string (phase-encoded uint80).
The price
UpdatedAt as ISO — honest on-chain freshness.
object
Binance-rest — served from Binance’s public REST market-data mirror. binance-ws — streamed from Binance’s public market-data WebSocket. chainlink-onchain — read from Chainlink’s on-chain oracle through public RPC.
Example
{ "data": { "provenance": { "source": "binance-rest" } }}Enveloped error.
object
object
Always present on errors; quote this id when reporting a failed request.
Present only when a venue error is attributed to a specific exchange.
Example
{ "success": false, "error": { "code": "VALIDATION_ERROR" }}Enveloped error.
object
object
Always present on errors; quote this id when reporting a failed request.
Present only when a venue error is attributed to a specific exchange.
Example
{ "success": false, "error": { "code": "VALIDATION_ERROR" }}Enveloped error.
object
object
Always present on errors; quote this id when reporting a failed request.
Present only when a venue error is attributed to a specific exchange.
Example
{ "success": false, "error": { "code": "VALIDATION_ERROR" }}Enveloped error.
object
object
Always present on errors; quote this id when reporting a failed request.
Present only when a venue error is attributed to a specific exchange.
Example
{ "success": false, "error": { "code": "VALIDATION_ERROR" }}Enveloped error.
object
object
Always present on errors; quote this id when reporting a failed request.
Present only when a venue error is attributed to a specific exchange.
Example
{ "success": false, "error": { "code": "VALIDATION_ERROR" }}Enveloped error.
object
object
Always present on errors; quote this id when reporting a failed request.
Present only when a venue error is attributed to a specific exchange.
Example
{ "success": false, "error": { "code": "VALIDATION_ERROR" }}Enveloped error.
object
object
Always present on errors; quote this id when reporting a failed request.
Present only when a venue error is attributed to a specific exchange.
Example
{ "success": false, "error": { "code": "VALIDATION_ERROR" }}Enveloped error.
object
object
Always present on errors; quote this id when reporting a failed request.
Present only when a venue error is attributed to a specific exchange.
Example
{ "success": false, "error": { "code": "VALIDATION_ERROR" }}Enveloped error.
object
object
Always present on errors; quote this id when reporting a failed request.
Present only when a venue error is attributed to a specific exchange.
Example
{ "success": false, "error": { "code": "VALIDATION_ERROR" }}Enveloped error.
object
object
Always present on errors; quote this id when reporting a failed request.
Present only when a venue error is attributed to a specific exchange.
Example
{ "success": false, "error": { "code": "VALIDATION_ERROR" }}