{ "opencollection": "1.0.0", "info": { "name": "RapidAPI Gateway Alerts Transactions API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-RapidAPI-Key", "value": "{{X-RapidAPI-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "List all transactions", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.rapidapi.com/v1/transactions", "params": [ { "name": "offset", "value": "", "type": "query", "description": "The number of items to skip for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return" } ] }, "docs": "Retrieves a list of API transaction records, including usage data, billing information, and timestamps." } ] } ], "bundled": true }