Wallet Transactions
Retrieve a paginated list of transactions for a specific wallet. This endpoint requires authentication via a valid Bluvo API Key, which must be included in the request headers. Supports pagination, filtering by asset, type, date range, and status, as well as field selection to control which properties are returned in the response.
Authorizations
Bluvo API Key
Bluvo Organization ID
Path Parameters
The unique identifier of the connected wallet to query transactions for.
Query Parameters
Optional. Page number for pagination (0-indexed). Defaults to 0.
0 <= x <= 1000
Optional. Maximum number of transactions to return per page. Defaults to 10. Maximum value is 1000.
1 <= x <= 1000
Optional. Filter transactions by asset symbol.
Optional. Filter transactions by type (e.g., 'deposit', 'withdrawal').
Optional. Filter transactions created on or after this date (ISO format).
Optional. Filter transactions created before this date (ISO format).
Optional. Filter transactions by status (e.g., 'completed', 'pending').
Optional. Comma-separated list of fields to include in the response. If not specified, all fields are included.
Response
Successful response
The response is of type object
.