get_last_topups
Retrieve the latest N airtime top-up transactions to monitor and analyze recent activity in Africa's Talking API-supported countries. Input the desired limit for results.
Instructions
Get the last N top-up transactions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 3,
"title": "Limit",
"type": "integer"
}
},
"title": "get_last_topupsArguments",
"type": "object"
}