get_transactions_by_vin
Retrieve wallet transactions for a single vehicle by VIN to reconcile bookings, tolls, supercharging, incidentals, and related movements. Supports paginated results.
Instructions
List wallet transactions for one specific authorized vehicle by VIN. Useful for reconciling the financial activity of a single Tesla across bookings, tolls, supercharging, incidentals, and related wallet movements. Same shape as list_transactions. Returns up to 10 records per page; increase skip by 10 to fetch the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of records to skip before returning the next page (page size is 10). | |
| vinNumber | Yes | VIN for a vehicle available to the API key account. |