# List transactions **GET /v1/transactions** List all transactions for a user, specified by user_id. Optionally filter by channel and sub_channel. When the limit parameter is used, the results will be paginated and the most recent transactions will be presented first. The cursor attribute should be used to retrieve the next page. ## Servers - https://api.fraud.ink: https://api.fraud.ink () - https://api.secured-entry.com: https://api.secured-entry.com () ## Authentication methods - Header api token ## Parameters ### Query parameters - **user_id** (string) - **channel** (string) - **sub_channel** (string) - **limit** (integer) Maximum number of transactions to retrieve - **next_cursor** (string) The purpose of this parameter is to retrieve the next page. This value is obtained from a previous response. ## Responses ### 200 OK #### Body: application/json (object) - **data** (object) [Powered by Bump.sh](https://bump.sh)