Historical Metrics
Retrieve historical count of withdrawals
Returns the total number of withdrawals made at timestamp values.
GET
/
metrics
/
historical
/
count-withdrawals
Query Parameters
frequency
enum<string>
default: 1dFrequency of data points
Available options:
1d
, 7d
variant
enum<string>
default: cumulativeType of tally, discrete or cumulative
Available options:
discrete
, cumulative
startAt
string
default: Start date in ISO string format
endAt
string
default: End date in ISO string format
Response
200 - application/json
data
object[]
requiredWas this page helpful?