Payment Statistics

Use this endpoint to retrieve aggregated payment statistics associated with your account, determined by your Merchant API Key. The results are grouped by cryptocurrency and include the total number of payments and the total received amount for each pay currency. You can filter the statistics by payment type, blockchain network, cryptocurrency symbol, and date range to generate more specific reports.

get
Query parameters
typestring · enumOptional

Filter payment statistics by payment type.

Possible values:
networkstringOptional

Filter payment statistics by blockchain network.

currencystringOptional

Filter payment statistics by a specific cryptocurrency symbol.

from_dateintegerOptional

The start of the date window to query for payment statistics in UNIX timestamp format.

to_dateintegerOptional

The end of the date window to query for payment statistics in UNIX timestamp format.

Header parameters
merchant_api_keystringRequired

Your Merchant API Key for authentication and authorization.

Content-TypestringRequiredDefault: application/json
Responses
200

Successful operation

application/json
messagestringOptional

A message containing additional information about the result of the request.

statusintegerOptional

The status of the request response. Typically provided as a numeric code.

versionstringOptional

The version of the API being used.

get
/payment/stats

Last updated