Get operations with transaction details
Operations
Get operations with transaction details
Retrieves operations with transaction details from BigQuery. Supports filtering by date range, operation type, and transaction status.
Backwards Compatibility: When no pagination parameters (page, pageSize) are provided, returns simple format: { data: [...] }. When pagination parameters are provided, returns format with metadata: { data: [...], pagination: {...} }.
GET
Get operations with transaction details
Authorizations
API Key for authentication
Query Parameters
Start date for filtering operations (defaults to yesterday)
End date for filtering operations (defaults to today)
Page number for pagination
Number of items per page (max 100)
Required range:
x <= 100Filter by operation type
Available options:
up, down, other, exchange, budget, interest Filter by transaction status
Available options:
pending, completed, adjusted