Skip to content

Instantly share code, notes, and snippets.

@joeolaoye
Last active January 11, 2021 11:43
Show Gist options
  • Save joeolaoye/109cbbf4ea940d446bfcd8c3e70a9592 to your computer and use it in GitHub Desktop.
Save joeolaoye/109cbbf4ea940d446bfcd8c3e70a9592 to your computer and use it in GitHub Desktop.
Canary Points Rates API
GET https://fxrate.staging-cpg.online/api/v1/fx?limit=1
@joeolaoye
Copy link
Author

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" } ] }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment