marketplace_get_charges
Retrieve wallet charges with filters for user, date range, event, meter, and pagination. Use this tool to fetch transaction records for reconciliation or analysis.
Instructions
Get all wallet charges
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of records to skip | |
| limit | No | Maximum number of records to return | |
| userId | No | Filter results by User ID that your server passed via API when the charge was created | |
| endDate | No | Filter results BEFORE a specific date. Use this in combination with startDate to filter results in a specific time window. | |
| eventId | No | Event ID / Transaction ID | |
| meterId | No | Billing Meter ID (you can find this on your app's pricing page on the developer portal) | |
| startDate | No | Filter results AFTER a specific date. Use this in combination with endDate to filter results in a specific time window. |