👌Fulfill request

Go to the sponsor wallet on https://sepolia.etherscan.io/ and check for the new transaction from the previous step.

Go to the logs of the new transaction and copy the value of the 2nd topic -> requestId in HEX

Use the fulfilledData method ( with the requestId) to decode the response

  • The response is A uint256 Divide by 100000000000000 to receive the ETH result.

Last updated