1
0
mirror of synced 2025-12-25 02:09:19 -05:00

change to use the Exchange Rate Data API access token instead of the … (#29322)

This commit is contained in:
Saku3449
2023-09-04 21:33:38 +09:00
committed by GitHub
parent b2b3970cf1
commit c1a7b961b9
3 changed files with 7 additions and 7 deletions

View File

@@ -31,12 +31,12 @@ The output schema of our stream will look like the following:
## Exchange Rates API Setup
Before we get started, you'll need to generate an API access key for the Exchange Rates API.
This can be done by signing up for the Free tier plan on [Exchange Rates API](https://exchangeratesapi.io/):
This can be done by signing up for the Free tier plan on [Exchange Rates Data API](https://apilayer.com/marketplace/exchangerates_data-api), not [Exchange Rates API](https://exchangeratesapi.io/):
1. Visit https://exchangeratesapi.io and click "Get free API key" on the top right
2. You'll be taken to https://apilayer.com -- finish the sign up process, signing up for the free tier
3. Once you're signed in, visit https://apilayer.com/marketplace/exchangerates_data-api#documentation-tab and click "Live Demo"
4. Inside that editor, you'll see an API key. This is your API key.
1. Visit https://apilayer.com/ and click "Sign In" on the top
2. Finish the sign up process, signing up for the free tier
3. Once you're signed in, visit https://apilayer.com/marketplace/exchangerates_data-api and click "Subscribe" for free
4. On the top right, you'll see an API key. This is your API key.
## Requirements