curl -X POST "{{base_url}}/account/kes/transactions" \
-H "x-api-key: YOUR_CONSUMER_KEY" \
-H "Content-Type: application/json" \
-d '{}'
Account
List account transactions
List transactions for a country with optional date filters.
POST
/
account
/
{country_code}
/
transactions
curl -X POST "{{base_url}}/account/kes/transactions" \
-H "x-api-key: YOUR_CONSUMER_KEY" \
-H "Content-Type: application/json" \
-d '{}'
