XCEPTION
XCEPTION

Reputation: 1753

How to get oracle id for chainlink api call?

I need to make API call over Polygon network. I did follow the tutorials and was trying to find the Job Id and oracle Id. I was able to find the job https://market.link/jobs/56666c3e-534d-490f-8757-521928739291. However, I cannot find the Oracle Id after clicking on Node as mentioned in the docs. Where can I find it?

Upvotes: 0

Views: 277

Answers (2)

Derek
Derek

Reputation: 71

Because market.link has been decommissioned, the best way to find a Chainlink oracle is to join the Chainlink Official Discord server, and post your request into the #operator-requests channel.

A community node operator will respond to your request with a job id and oracle address.

You may also feel free to browse our directory of oracle jobs and ids (disclaimer: Chainlink community node operator here).

Hope that helps!

Upvotes: 0

Harry Papacharissiou
Harry Papacharissiou

Reputation: 856

In the 'Job Spec' section, you can see the oracle address in the initiator part of the JSON spec. In the example above, it's 0x0a31078cd57d23bf9e8e8f1ba78356ca2090569e

Upvotes: 2

Related Questions