Settle Africa Docs
  • Welcome
  • Authentication
  • Transfers
    • Sending
    • Receiving
    • Verification/Single Transfer
    • Transactions History
    • Fees & Speed Estimate
  • Data & Details
    • Banks & Mobile Money
    • Countries
    • Resolve Account Names
    • Exchange Rates
Powered by GitBook
On this page

Was this helpful?

  1. Data & Details

Exchange Rates

Near Real-time Rates

This endpoint fetches the most recent exchange rates between two currencies of countries within Africa.

Endpoint: https://settle.africa/rates/{Source}/{Destination}

  • Source: Id of Sending Country

  • Destination: Id of Receiver's country

GET https://settle.africa/rates/{Source}/{Destination}
id: 5563678883
token: tegdghh66353l
expiry: 29/11/2024 12:23:23
{
    "status": "success",
    "data": {
        "rate": 195.85088724172127
    },
    "code": 0,
    "fetched": "13/11/2023 02:24:50",
    "message": "The rates is in the destination currency."
}

Last updated 1 year ago

Was this helpful?