Skip to content

Commit 53f7fa2

Browse files
authored
Update README.md
1 parent a5b2f79 commit 53f7fa2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,18 @@ Your access Key is the unique key that is passed into the function
1010
1111

1212
# Set your API response format.
13-
$forex->set_output_type('JSON');
13+
Set your API response format.<br>
14+
Default: JSON<br>
15+
Valid Values: JSON, JSONP, object, XML, serialize and array<br>
16+
> $forex->set_output_type('JSON');
1417
1518

1619
# Return All symbols
17-
$forex->get_symbols_list();
20+
Return All symbols<br>
21+
If the value of top_symbol=1, It will return a list of popular currencies.
22+
> $forex->get_symbols_list();
1823
1924

2025
# get profile
21-
$forex->get_profile('1,2,3');
26+
By profile API, you can get the profiles of the different currencies by passing their IDs, Symbols or Single currency short name
27+
> $forex->get_profile('1,2,3');

0 commit comments

Comments
 (0)