order_count and total_spent stay in sync as payments settle. Requires the customers:read scope.
Request
GET https://api.blockra.io/customers
Query parameters
Page number (1-based).
Items per page (max 100).
Sort column:
id, email, order_count, total_spent, or created_at.asc or desc.Exact customer ID.
Substring match on the customer email.
Minimum number of settled payments.
Maximum number of settled payments.
Minimum lifetime spend (net fiat).
Maximum lifetime spend (net fiat).
ISO date — created on or after.
ISO date — created before.
Response
The customers on this page.
Total matching customers.
Current page.
Page size.
Total number of pages.

