For the complete documentation index, see llms.txt. This page is also available as Markdown.

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