cURL
curl --request GET \ --url https://staging.afx-server.com/api/v1/transaction \ --header 'x-api-key: <api-key>'
{ "data": [ { "transactionId": "<string>", "customerId": "<string>", "destinationId": "<string>", "sourceAmount": "<string>", "sourceCurrency": "<string>", "destinationAmount": "<string>", "destinationCurrency": "<string>", "type": "WITHDRAWAL", "status": "<string>", "meta": {}, "createdAt": "<string>", "updatedAt": "<string>" } ], "page": 123, "total": 123 }
Retrieves a paginated list of transactions.
Static business API key from the dashboard
Page number for pagination (starting from 1)
x >= 0
Number of items per page
1 <= x <= 50
List of transactions retrieved successfully.
Show child attributes
Current page number
Total number of pages