PearPear

List referred users

Returns V3 referred users with optional binding times and genuine Pear execution counts

GET
/referrals/referees
x-api-key<token>

In: header

Query Parameters

limit?integer
Range0 < value <= 100
Default20
cursor?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    }  ]}