Retrieve transactions for a specific wallet
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/transactions/wallet/{miniWalletId} \ --header 'x-api-key: <api-key>'
{ "message": "<string>", "success": true, "status": 123, "data": {}, "pagination": { "skip": 123, "take": 123, "totalElements": 123, "totalPages": 123 } }
API key for authentication
SDK version for tracking and compatibility
Mini wallet ID
Number of records to skip
x >= 0
Number of records to take
1 <= x <= 100
Transactions retrieved successfully
Response message
Indicates successful response
true
false
HTTP status code
Response data
Show child attributes
Was this page helpful?