The endpoint allows you to retrieve the default transaction limits
curl --request GET \ --url https://waas-staging.cafeone.ng/api/v1/limits/default \ --header 'x-api-key: <api-key>'
- **Status Code**: **200 OK** { "code": "00", "success": true, "message": "Retrieved successfully", "data": { "id": "769dca4b-7d42-43b5-ade6-bcc10d611f6f", "productCurrencyId": null, "singleTransactionLimit": 10000000, "frequency": 10000, "dailyTransactionLimit": 500000000, "monthlyTransactionLimit": 500000000, "customerId": null } }
Status Code: 400 Bad Request { "code": "400", "success": false, "message": "Invalid request", "data": null }