Skip to main content
GET
Retrieve historical count of deposits

Headers

X-API-Token
string
required

API Token for authentication

Query Parameters

frequency
enum<string>
default:1d

Frequency of data points

Available options:
1d,
7d
variant
enum<string>
default:cumulative

Type of tally, discrete or cumulative

Available options:
discrete,
cumulative
Example:

"cumulative"

startAt
string
default:""

Start date in ISO string format

Example:

"2024-04-11T08:31:11.000"

endAt
string
default:""

End date in ISO string format

Example:

"2024-04-12T08:31:11.000"

Response

The total number of deposits made at timestamp values.

data
object[]
required