We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457c80a commit 75d77afCopy full SHA for 75d77af
README.md
@@ -13,6 +13,7 @@ ForexQuotes is a PHP Library for fetching realtime forex quotes
13
- [Other implementations](#other-implementations)
14
- [API Call: Get all quotes](#get-all-quotes)
15
- [API Call: Get specific quotes](#get-specific-quotes)
16
+ - [API Call: Convert a currency](#convert-a-currency)
17
- [API Call: Get the symbol list](#get-the-symbol-list)
18
- [Support / Contact](#support-and-contact)
19
- [License / Terms](#license-and-terms)
@@ -163,7 +164,7 @@ GET https://forex.1forge.com/1.0.1/symbols
163
164
```
165
166
-### Convert from one currency to another
167
+### Convert a currency
168
#### Request
169
170
GET https://forex.1forge.com/1.0.1/convert?from=USD&to=EUR&quantity=100
0 commit comments