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. Transfers

Fees & Speed Estimate

Estimates

Discover the charges and time a transaction can take to be completed before it happens.

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

  • Source: Id of Sending Country

  • Destination: Id of Receiver's country

  • Amount: The amount to be sent

GET https://settle.africa/rates/{Source}/{Destination}/{Amount}  HTTP/1.1
id: 5563678883
token: tegdghh66353l
expiry: 29/11/2024 12:23:23
{
    "status": "success",
    "data": {
        "rate": 195.85088724172127, //In destination currency
        "speed":2000, //In seconds
        "fees":2300 //In source currency
    },
    "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?