List user transactions
Transactions
List Transactions
Returns the transaction history for the authenticated user using an API Key. Supports pagination and multiple filters to easily search for specific transactions.
GET
List user transactions
Documentation Index
Fetch the complete documentation index at: https://developer.wallbit.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key authentication. Obtain your API key from the Wallbit dashboard under Settings → API Keys.
Query Parameters
Page number (default: 1)
Required range:
x >= 1Number of results per page
Available options:
10, 20, 50 Filter by transaction status
Example:
"COMPLETED"
Filter by transaction type
Example:
"TRADE"
Filter by currency
Available options:
USD, EUR, ARS, MXN, USDC, USDT, BOB, COP, PEN, DOP, BRL, PHP, CLP, GTQ, PAB, CRC Example:
"USD"
Start date of range (format: Y-m-d)
Example:
"2024-01-01"
End date of range (format: Y-m-d)
Example:
"2024-12-31"
Minimum amount filter
Required range:
x >= 0Example:
100
Maximum amount filter
Required range:
x >= 0Example:
1000
Response
List of transactions

