Last active
January 11, 2021 11:43
-
-
Save joeolaoye/109cbbf4ea940d446bfcd8c3e70a9592 to your computer and use it in GitHub Desktop.
Canary Points Rates API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET https://fxrate.staging-cpg.online/api/v1/fx?limit=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Response should look like this
{ "status": true, "message": "successful", "data": [ { "id": 29, "xchanges": { "eur": { "buy": 450, "sell": 540 }, "gbp": { "buy": 450, "sell": 540 }, "usd": { "buy": 239, "sell": 540.3 } }, "created_at": "2021-01-11T11:38:24.000Z", "updated_at": "2021-01-11T11:38:24.000Z" } ] }