Custom Rates
Retrieve custom rate and fee configuration available to your business.
-H "x-api-key: your_secret_key"GET {{host}}/v1/config/custom/rates?currency=KESQuery Parameters
| Field | Data Type | Required | Description |
|---|---|---|---|
| currency | string | No | Currency code to filter by. |
| page | integer | No | Page to retrieve when a paginated response is returned. |
| limit | integer | No | Records per page. |
| rateType | string | No | Rate type. |
{
"status": true,
"message": "Success",
"code": 200,
"data": {
"currency": "KES",
"rate": 129.5,
"fees": {
"fee": 10,
"vat": 0,
"processorFee": 0,
"totalFees": 10
}
}
}Updated 4 days ago
