Skip to main content
GET
Get all customers

Authorizations

x-api-key
string
header
required

API key for merchant authentication required for most endpoints

Query Parameters

mode
enum<string>

Filter by business mode

Available options:
test,
live
amountSpent
enum<string>

Filter by amount spent

Available options:
BELOW10USDT,
FROM10TO30USDT,
FROM30TO100USDT,
FROM100TO200USDT,
FROM200TO500USDT,
ABOVE500USDT
limit
integer

Number of records to return

cursor
string

Pagination cursor

Response

Customers retrieved successfully

success
boolean
Example:

true

message
string
Example:

"Customers retrieved successfully"

data
object[]