The endpoint returns a list of users cursor-paginated.
list of users cursor-paginated with filtering options.
Unauthorized
Bad Request
Maintenance or Service unavailable
{- "data": [
- {
- "id": "2e4c89ac-1290-426f-8de0-4c7b40b91d3a",
- "type": "retail",
- "verified": true,
- "active": true,
- "trading_active": true,
- "registered_at": "2025-01-01T12:00:00+00:00"
}
], - "meta": {
- "next_cursor": "ZGQ3MWE2NTAtZDk4YS0xMWVmLWIwMTktMDJkYTExZTQ0YTcw"
}
}