Skip to main content
Search deposit sessions with complex filtering operators.
GET /api/v1/widgets/deposit-sessions/search Performs a full-text search across deposit sessions combined with optional filter operators. You can filter fields using bracket-notation operators for equality, comparison, inclusion, and pattern matching. The text search parameter looks across amount, value (for numeric input) or currency, currencyAddress, confirmedTxid, and confirmedPayerAddress (for text input).

Parameters

Query

Filter operators

Apply operators to any filterable field using bracket notation: field[operator]=value. A plain value without bracket notation is treated as eq: ?paymentStatus=CONFIRMED is equivalent to ?paymentStatus[eq]=CONFIRMED.

Request example

Response

Returns an array of deposit session objects. See Query Deposit Sessions for the object schema.

Example response

Error responses