Mtariri
HomeNeed Help?
HomeNeed Help?
  1. Home
  • Introduction
  • Get authenticated user wallet
    GET
  • Deposit funds
    POST
  • Withdraw funds
    POST
  • Transfer funds to another user
    POST
  • List wallet transactions
    GET
  • Get authenticated user profile
    GET
  • Update authenticated user profile
    PUT
  • Get authenticated user preferences
    GET
  • Update authenticated user preferences
    PUT
  • List notifications
    GET
  • Create notification
    POST
  • Mark notification as read
    PUT
  • Find investment opportunities for authenticated lender
    GET
  • Get map markers for user profiles
    GET
  • Get map markers for loan requests
    GET
  • List loan requests
    GET
  • Create loan request (draft)
    POST
  • Get loan details
    GET
  • Update loan (borrower only)
    PUT
  • Invest in a loan
    POST
  1. Home

List wallet transactions

GET
/wallet/transactions
Maintainer:Not configured
x-stoplight:{"id":"aw0wiwxtpe1nv"}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://app.mtariri.xyz/api//wallet/transactions'
Response Response Example
200 - Example 1
{
    "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
    }
}

Request

Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Query Params

Responses

🟢200OK
application/json
Transaction list
Body

🟠401Unauthorized
🟠404Record Not Found
🔴500Server Error
Modified at 2025-08-17 22:22:15
Previous
Transfer funds to another user
Next
Get authenticated user profile
Built with