๐๏ธAPI Reference
The service allows users to easily query for recent price updates via a REST API or via a websocket
Through a REST API Endpoint
A user could use this endpoint to query symbol price quotes via REST API.
Our REST API endpoints could be found at: https://api.eoracle.network
Get Rate
Endpoint:
/api/v1/get_rate
Method:
GET
Parameters:
symbol
(string, required): The symbol for which to get the rate.
Authentication The REST API authentication method uses a username and password. The username is the API key provided to you by eOracle, and the password should be left blank.
Get Symbols
Endpoint:
/api/v1/get_symbols
Method:
GET
Example
Response
Socket.IO API
We provide a simple socket stream using the standard Socket.IO library. The message protocol is described in the following section and includes a connection, authentication and subscribe phases.
Connection
Connection is made to our eOracle api endpoint at https://api.testnet.eoracle.network. Once connected the consumer can initiate an authentication event.
Request Events
authenticate
name:
authenticate
payload:
subscribe
name:
subscribe
payload:
authenticated
This message is received when your client was successfully authenticated with a valid API key. Once you receive this it's a good trigger point for subscribing to quote feeds.
name: 'authenticated'
payload: none
quote
name:
quote
payload:
Last updated