Our Chainlink Oracle
Use our officially-reviewed Chainlink Oracle to get data to your Ethereum smart contracts.
Our Chainlink node has gone through Chainlink's review process, making it an officially reviewed Chainlink node! This means our Oracle is listed on the official listing page.
General information
Our Chainlink nodes are online and accepting requests on both Mainnet and Ropsten. For more information on how you can request data from our Chainlink nodes, please check out the official documentation:
Address and price
Oracle address: 0x049Bd8C3adC3fE7d3Fc2a44541d955A537c2A484
Price: 0.1 LINK
Job ids
HttpGet
-> JsonParse
-> EthBytes32
HttpGet
-> JsonParse
-> EthBytes32
0d21526754cc4cc3a53f1d4973454adc
HttpPost
-> JsonParse
-> EthBytes32
HttpPost
-> JsonParse
-> EthBytes32
a9adb8bb48044961b0334eec95686afe
HttpGet
-> JsonParse
-> Multiply
-> EthInt256
HttpGet
-> JsonParse
-> Multiply
-> EthInt256
79d17c42a2694b408a6393a9ee8fbff2
HttpGet
-> JsonParse
-> Multiply
-> EthUint256
HttpGet
-> JsonParse
-> Multiply
-> EthUint256
98839fc3b550436bbe752f82d7521843
HttpGet
-> JsonParse
-> EthBool
HttpGet
-> JsonParse
-> EthBool
531efbbea5424b19bcbcb3f593cf9ac4
Do you need data from a private API or from an external adapter? Send an email to business@fiews.io and we'll figure out a plan!
Supported parameters
HttpGet
HttpGet
Parameter | Type | Description |
| string | Takes a string containing the URL to make a |
| object | Takes an object containing keys as strings and values as arrays of strings. |
| string or []string | Takes a string or array of strings for the URL's query parameters |
| string or []string | Takes a slash delimited string or array of strings to be appended to the job's URL |
HttpPost
HttpPost
Parameter | Type | Description |
| string | Takes a string containing the URL to make a |
| object | Takes an object containing keys as strings and values as arrays of strings. |
| string or []string | Takes a string or array of strings for the URL's query parameters |
| string or []string | Takes a slash delimited string or array of strings to be appended to the job's URL |
JsonParse
JsonParse
Parameter | Type | Description |
| string or []string | Takes an array of strings, each string being the next key to parse out in the JSON object or a single dot-delimited string |
Multiply
Multiply
Parameter | Type | Description |
| number | The number to multiply the input by |
Last updated