cURL
curl --request GET \ --url https://api.orderly.org/v1/client/points/user_statistics \ --header 'orderly-account-id: <orderly-account-id>' \ --header 'orderly-key: <orderly-key>' \ --header 'orderly-signature: <orderly-signature>' \ --header 'orderly-timestamp: <orderly-timestamp>'
{ "success": true, "timestamp": 1702989203989, "data": { "stage": 1, "address": "0x123...", "trading_point": 50, "pnl_point": 30, "referral_point": 20, "stage_rank": 1, "stage_points": 100, "weekly_breakdown": { "this_week": { "trading_point": 50, "pnl_point": 30, "referral_point": 20, "rank": 1 }, "last_week": { "trading_point": 50, "pnl_point": 30, "referral_point": 20, "rank": 1 } } } }
Limit: 10 requests per 1 second per user per IP address
GET /v1/client/points/user_statistics
Returns daily point statistics for a specific user.
Filter by Stage
OK
true
1702989203989
Show child attributes