Developers

Search for documents

Dev

Deposits

Operations related to deposits

All endpoints require a JWT Bearer token in the Authorization header.

POST /v1/deposits/aggregated

Get aggregated deposit data

Request body (required)

Read-only Aggregation parameters for deposit data

Field

Type

Required

Description

$match

object

No

The match stage of the aggregation pipeline

$group

object

No

The group stage of the aggregation pipeline

$project

object

No

The project stage of the aggregation pipeline

$sort

object

No

The sort stage of the aggregation pipeline

$limit

number

No

The limit stage of the aggregation pipeline

$skip

number

No

The skip stage of the aggregation pipeline

$lookup

object

No

The lookup stage of the aggregation pipeline

$unwind

string

No

The unwind stage of the aggregation pipeline

$count

string

No

The count stage of the aggregation pipeline

Responses

Status

Description

200

Successfully retrieved aggregated deposit data