curl --location --request GET 'https://app.mtariri.xyz/api//wallet/transactions'
{
"transactions": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"wallet_id": "d9a8fbfc-848f-43a2-9168-911ed3a04a48",
"transaction_type": "string",
"amount": 0,
"balance_after": 0,
"description": "string",
"metadata": {},
"reference_id": "string",
"reference_type": "string",
"created_at": "2019-08-24T14:15:22Z"
}
],
"pagination": {
"page": 0,
"limit": 0,
"total": 0,
"totalPages": 0
}
}