Search
This page details example addresses and jobs that are supported by oracles on various networks, so you can test your implementation quickly and easily.
For a comprehensive list of data providers, oracles, jobs, adapters, and more, visit Chainlink Market.
Important
We strongly recommend that you deploy to a testnet first, then move to mainnet.
LINK address: 0x514910771af9ca656af840dff83e8264ecf986ca
Head to Chainlink Market for the latest Node and Job details.
Each request on the test networks cost 0.1 LINK. Each oracle will wait for 1 confirmation before processing a request.
These are examples which enable you to deploy and test quickly. Many more testnet oracle nodes and jobs can be found on Chainlink Market.
Kovan LINK address: 0xa36085F69e2889c224210F603D836748e7dC0088
For Faucet details, please refer to LINK Token Contracts.
Chainlink Node Operator | Oracle Address |
---|---|
Chainlink Devrel | 0x74EcC8Bdeb76F2C6760eD2dc8A46ca5e581fA656 |
Purpose | Tasks | Job ID | Parameters |
---|---|---|---|
HTTP GET to any public API, parse the response and return arbitrary-length raw byte data bytes. The job specs can be found here | Http JsonParse Ethabiencode | 7da2702f37fd48e5b1b9a5715e3509b6 | get (string)path (dot-delimited string or array of strings) |
HTTP GET to any public API, parse the response, multiply the result by a multiplier and return a signed integer int256. The job specs can be found here | Http JsonParse Multiply Ethabiencode | fcf4140d696d44b687012232948bdd5d | get (string)path (dot-delimited string or array of strings)times (int) (optional) |
HTTP GET to any public API, parse the reponse, multiply the result by a multiplier and return an unsigned integer uint256 . The job specs can be found here | Http JsonParse Multiply Ethabiencode | ca98366cc7314957b8c012c72f05aeeb | get (string)path (dot-delimited string or array of strings)times (int) (optional) |
HTTP GET to any public API, parse the response and return a boolean bool. The job specs can be found here | Http JsonParse Ethabiencode | c1c5e92880894eb6b27d3cae19670aa3 | get (string)path (dot-delimited string or array of strings) |
HTTP GET to any public API, parse the response and return a sequence of characters string. The job specs can be found here | Http JsonParse Ethabiencode | 7d80a6386ef543a3abb52817f6707e3b | get (string)path (dot-delimited string or array of strings) |