0
0
mirror of https://github.com/fawazahmed0/exchange-api.git synced 2025-06-29 18:21:14 +00:00

Update README.md

This commit is contained in:
Fawaz Ahmed 2024-03-02 07:46:54 +05:30 committed by GitHub
parent bc04b2cfc5
commit ef0b80d413
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,8 +30,6 @@ The Endpoints Supports HTTP GET Method and returns the data in two formats:
`/{endpoint}.min.json`
The above formats also work for fallback i.e if `.min.json` link fails, you can use `.json` link and vice versa
**Endpoints:**
@ -64,6 +62,8 @@ This fallback URL only returns latest currencies
https://currency-api.pages.dev/v1/currencies/btc.json
<br>
**Warning:** You should include fallback mechanism in your code
**Migrating from Previous Currency API:** [Read this](https://github.com/fawazahmed0/exchange-api/blob/main/MIGRATION.md)