v1

latestOpenAPI 3.1.02026-07-242325051.4 MB
Exchanges

Exchanges:Summary

Aggregated statistics of your exchanges, average response times, and success/failure counts.

get/exchanges/summary

Query parameters

dateobject

Filter by date. Supports operators: gte, lte, lt, gt. Example: date[gte]=2024-01-01&date[lte]=2024-01-31. Defaults to last 24 hours if not provided.

codeobject

Filter by error code. Supports operators: eq, neq. Example: code[eq]=123

orderIdobject

Filter by order ID. Supports operators: eq, neq, in, nin. Example: orderId[eq]=12345 or orderId[in][]=123&orderId[in][]=456

statusobject

Filter by status. Supports operators: eq, neq. Example: status[eq]=1

actionobject

Filter by action. Supports operators: eq, neq, like, nlike. Example: action[like]=payment

responseCodeobject

Filter by HTTP response code. Supports operators: eq, neq, in, nin. Example: responseCode[eq]=200

urlobject

Filter by URL. Supports operators: eq, neq, in, nin. Example: url[like]=example.com

Response

Ok. Returns hourly aggregated statistics with hour as key.

object required