Skip to content

Commit 06810fe

Browse files
authored
Update README.md
1 parent b5a54ac commit 06810fe

File tree

1 file changed

+18
-0
lines changed
  • Integration/RESTMessageV2/Exchange Rates Integration

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1+
# Currency Conversion- Using CurrencyFreaks API
2+
## Overview
3+
This API allows to convert an amount from USD to any selected currency in real-time using live exchange rates fetched from the CurrencyFreaks API.
14

5+
## Configuration Steps
6+
### Get Your CurrencyFreaks API Key
7+
1. Go to https://currencyfreaks.com
8+
2. Sign up for a free account.
9+
3. Navigate to Dasboard ->API Keys.
10+
4. Copy your API key - you'll need it in ServiceNow.
11+
12+
### Create a REST Message in ServiceNow
13+
- Name: CurrencyFreaks API
14+
- Endpoint: https://api.currencyfreaks.com/v2.0/rates/latest?apikey=${apikey}&symbols=${symbols}
15+
- HTTP Method: GET
16+
17+
### Example Response
18+
```json
19+
{"date":"2025-10-30 00:00:00+00","base":"USD","rates":{"EUR":"0.861846","SAR":"3.7502","KWD":"0.30678","INR":"88.4075"}}

0 commit comments

Comments
 (0)