Get My Referred Users
Referral
Get My Referred Users
Your own referred users, paginated, filtered, and sorted server-side. counts covers all your referred users regardless of the active filter; total counts only rows matching the current status filter.
GET
Get My Referred Users
Money and volume fields are raw USDC with 6 decimals, returned as strings — divide by
1e6 for the dollar amount.status filter distinguishes referred users who have traded (earning) from those who have signed up but not traded yet (awaiting). counts always covers all your referred users regardless of the active filter, so filter chips stay accurate across pages; total counts only the rows matching the current status filter.Authorizations
Scoped API token with HMAC-SHA256 signing. Requires three headers: lmts-api-key (token ID), lmts-timestamp (ISO-8601), lmts-signature (Base64-encoded HMAC). See Authentication docs for details.
Query Parameters
Number of items per page (1-100).
Required range:
1 <= x <= 100Offset into the result set.
Required range:
x >= 0Filter by activity: awaiting = has not traded yet, earning = has traded.
Available options:
all, awaiting, earning Sort column.
Available options:
createdAt, earned, fees, volume Sort direction.
Available options:
ASC, DESC