GET/api/v2/transactions/stats

Get transaction statistics

Authentication

Send your API key in the x-api-key header on every request.

Parameters

Request parameters
FieldTypeRequiredDescription
startDate (query)string (date-time)NoStart date for statistics
endDate (query)string (date-time)NoEnd date for statistics
userId (query)unknownNo

Responses

200 — OK

Response 200 fields
FieldTypeRequiredDescription
TotalTransactionsunknownNo
TotalAmountunknownNo
AverageAmountunknownNo
AmountByCurrencyobjectNo
CountByTypeobjectNo
CountByStatusobjectNo
DailyVolumearray of DailyVolumeNo
TopMerchantsarray of MerchantStatsNo

401 — Unauthorized

Response 401 fields
FieldTypeRequiredDescription
typestringNo
titlestringNo
statusunknownNo
detailstringNo
instancestringNo

500 — Internal Server Error

Example request

curl -X GET "https://{base_url}/api/v2/transactions/stats" \
  -H "x-api-key: YOUR_API_KEY"

This page is generated from the live OpenAPI specification and always matches the current API.