There was an error while loading. Please reload this page.
1 parent 9de4623 commit 176ca9aCopy full SHA for 176ca9a
index.php
@@ -25,6 +25,7 @@
25
$response = $forex-> get_converter(200, 'EUR','USD'); // 200EUR to output 240 USD
26
27
$response = $forex-> get_base_prices('EUR');
28
+$response = $forex-> get_base_prices('EUR','forex',true); // return with update time
29
$response = $forex-> get_base_prices('EUR','crypto');
30
31
$response = $forex-> get_latest_price('all_forex');
0 commit comments