List referred users
Returns V3 referred users with optional binding times and genuine Pear execution counts
x-api-key<token>
In: header
Query Parameters
limit?integer
Range
0 < value <= 100Default
20cursor?string
Response Body
application/json
curl -X GET "https://example.com/referrals/referees"{ "limit": 0, "nextCursor": "string", "count": 0, "pendingCount": 0, "referees": [ { "status": "BOUND", "address": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984", "referredAt": 0, "tradeCount": 0 } ]}