Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
查询 login 代理子树内的 referral 用户(含 KYC 状态)。
GET https://cloud-api.wooxpro.com/contract/affiliate/private/referralUsers
请求
curl -H 'X-API-KEY:{{AccessKey}}' 'https://cloud-api.wooxpro.com/contract/affiliate/private/referralUsers?page=1&size=20'
响应
{ "code": 1000, "trace": "0cc6f4c48b8c42538e908d3195aa109c", "message": "Ok", "data": [ { "uid": 123456, "registerTime": 1688992720000, "referralCode": "ABCDEF", "kycResult": true } ], "total": 1 }