cURL
curl --request GET \ --url https://api.orderly.org/v1/referral/rebate_summary \ --header 'orderly-account-id: <orderly-account-id>' \ --header 'orderly-key: <orderly-key>' \ --header 'orderly-signature: <orderly-signature>' \ --header 'orderly-timestamp: <orderly-timestamp>'
{ "success": true, "data": { "rows": [ { "traded_referral": 11, "referral_rebate": 2.22, "volume": 123.456, "date": "2023-11-14" } ], "meta": { "records_per_page": 25, "current_page": 1, "total": 50 } }, "timestamp": 1702989203989 }
Limit: 10 requests per second
GET /v1/referral/rebate_summary
max date selection range is 3 months
start from 1
OK
true
Show child attributes
track referral trades during the specified date
11
the total referral rebate received by the user on this day
2.22
123.456
"2023-11-14"
25
1
50
1702989203989