List Transactions by CardAsk AIget https://api.fidel.uk/v1/cards/{cardId}/transactionsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path ParamscardIdstringrequiredThe ID of the card that originated the transactions to retrieve.Query ParamslimitstringDefaults to 100Pagination parameter, the number of transactions in the response.startstringPagination parameter, tells the API where the previous response left off. Use ${encodeURIComponent(JSON.stringify(last))}, where "last" is the parameter from the previous query.orderstringDefaults to ascDefines how to order the records [asc, desc] based on the 'datetime' date.fromstringSort order of the retrieved results by datetime date, this is the starting date to retrieve the items (value: date-time, example: 2019-10-26T00:00:00.000Z).tostringSort order of the retrieved results by datetime date, this is the ending date to retrieve the items (value: date-time, example: 2019-11-26T00:00:00.000Z).HeadersContent-Typestringrequiredapplication/jsonFidel-Keystringrequiredtest/live API secret key.Response 200200Updated 10 months ago