cURL
EXCHANGE RATES
Retrieve Exchange Rates
Retrieve latest exchange rates between currencies. If no params are passed, all available rates will be returned.
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.clickpesa.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authorization header containing the JWT access token returned from the generate token endpoint. The token already includes the Bearer prefix. Example: Authorization: Bearer eyJhbGciOi...
Query Parameters
Filter by source currency (3-letter ISO code) Ex. USD
Example:
"USD"
Filter by target currency (3-letter ISO code) Ex. TZS
Example:
"TZS"

