> ## Documentation Index
> Fetch the complete documentation index at: https://wpay-feat-edp-guide.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# List transactions

> Lists all transactions for an account. Sorted by last updated at.

This endpoint requires the `transactions.read` scope.

<RequestExample>
  ```bash cURL
    curl --request GET \
      --url https://api.sandbox.example.gr4vy.app/transactions
  ```

  ```js Node
  client.listTransactions()
  ```

  ```py Python
  client.ListTransactions()
  ```
</RequestExample>
