Skip to main content

When to use

Use this endpoint to fetch a list of transactions for a specific wallet. You can filter the results by flow type (e.g., FUNDING) and paginate through the history.

Endpoint

  • GET {{LIQUIDITY_URL}}/v1/ext/wallet/:walletId/transactions
  • Auth: Bearer {{accessToken}}
  • Path param: walletId (the ID of the wallet to fetch transactions for)
  • Query params:
    • flowType: (Optional) Filter by transaction flow type (e.g., FUNDING).
    • limit: (Optional) Number of records per page (default: 10).
    • page: (Optional) Page number (default: 1).

Request

Response (200)

Notes

  • The data array contains the list of transactions.
  • meta provides pagination details.