Solutions
Data Feeds
VRF Dashboard
Documentation
Community
Connect Wallet
heroBg
Highly Reliable Data Feeds For The Blockchain Ecosystem
Binance is one of the most trusted companies in the crypto space and our mission is to be the infrastructure service provider for the blockchain ecosystem.
Why Binance Oracle?
Secure and trustworthy
Data is signed by Binance, a strong brand that you can trust.
Highly available
It is designed to be 100% available.
Accurate and Timely
The price is updated periodically or when a big price deviation is detected.
Integration friendly
With a simple interface and a detailed guide, integration takes no time.
Multi-chain support
Choose different blockchain networks according to clients' needs and preferences.
Verifiable Random Function
VRF is a provably fair and verifiable random number generator (RNG).
Supported Chains
You can get in touch with us to add chains you would like to see supported.
Binance Smart Chain
opBNB
ourMission
Our Mission
Binance is one of the most trusted companies in the crypto space and our mission is to be the infrastructure service provider for the blockchain ecosystem. Binance Oracle is an important piece of infrastructure to boost the growth of blockchain DApps.
Get Blockchain Data Using Robust Off-chain APIs
Binance Oracle's complete suite of off-chain APIs solves all your market data needs. Streamline your projects by leveraging our comprehensive, easy-to-integrate APIs. Perfect for businesses and individual developers, our suite accelerates innovation and keeps you ahead of the competition.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//Off-chain API - Query the price data of symbol

const axios = require('axios');
let data = JSON.stringify({
  "symbols": "ETH/USD,BTC/USD"
});

let config = {
  method: 'post',
maxBodyLength: Infinity,
  url: 'https://oracle.binance.com/api/gw/symbol-price',
  headers: { 
    'Content-Type': 'application/json', 
    'Accept': 'application/json'
  },
  data : data
};

axios(config)
.then((response) => {
  console.log(JSON.stringify(response.data));
})
.catch((error) => {
  console.log(error);
});
Voices From Our Partners
CEO Vinh Nguyen from Coin98
We at Coin98 are excited to collaborate with Binance Oracle to bring real-world data to our platform. Integrating Binance Oracle's technology will allow us to enhance the accuracy and reliability of our system, providing our users with the most up-to-date information. Together, we are bridging the gap between the blockchain and the real world, creating new opportunities for decentralized applications.
Our User Partner
Binance Admin
Binance Admin
Binance Admin
Binance Admin
Binance Admin
Binance Admin
Binance Admin
Binance Admin
Binance Admin
Binance Admin
Binance Admin
Binance Admin