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 |
|---|---|---|---|
|
| No | The match stage of the aggregation pipeline |
|
| No | The group stage of the aggregation pipeline |
|
| No | The project stage of the aggregation pipeline |
|
| No | The sort stage of the aggregation pipeline |
|
| No | The limit stage of the aggregation pipeline |
|
| No | The skip stage of the aggregation pipeline |
|
| No | The lookup stage of the aggregation pipeline |
|
| No | The unwind stage of the aggregation pipeline |
|
| No | The count stage of the aggregation pipeline |
Responses
Status | Description |
|---|---|
| Successfully retrieved aggregated deposit data |