There was an error while loading. Please reload this page.
1 parent d7ef40c commit afa8d46Copy full SHA for afa8d46
README.md
@@ -75,6 +75,7 @@ You can check full documentaions here [https://fcsapi.com/document/forex-api](h
75
$response = $forex-> get_converter(200, 'EUR','USD'); // 200EUR to output 240 USD
76
77
$response = $forex-> get_base_prices('EUR');
78
+$response = $forex-> get_base_prices('EUR','forex',true); // return with last update time
79
$response = $forex-> get_base_prices('EUR','crypto');
80
81
$response = $forex-> get_latest_price('all_forex');
0 commit comments