Closed akucheruk-vareger closed 6 years ago
The ETHUSD price is not updated that often on testnets, so it might be a bit off, on mainnet we try to keep it updated to reflect the market changes. If you want to check in advance the price, you can use the oraclize_getPrice(datasource, callbackgas)
helper method. I hope this helps!
Got it. Thank you!
Hi,
From the manual we can learn that the base price for the URL request is 0.01$ But I've got 0.0040336 Ether (for this days) for this contact code:
https://ropsten.etherscan.io/tx/0x8c2168ce411f175b999ec362f8f9ac06a42b84175a46dc796448dfa3c6833a55
0.0040336 Ether - 0.004 (200 000 gas limit * 20Gwei) = 0.0000366 Ether = 0.03$
So, what the actual price for the URL request and how to know it?
Thank you.