cURL
curl --request GET \ --url https://api.orderly.org/v1/referral/referee_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": [ { "referee_rebate": 2.22, "date": "2023-11-14" } ] }, "timestamp": 1702989203989 }
Limit: 10 requests per second
GET /v1/referral/referee_rebate_summary
Provides daily statistics on referee rebates
start date range that you wish to query, in the format ‘YYYY-MM-DD’
end date range that you wish to query, in the format ‘YYYY-MM-DD’
OK
true
Show child attributes
the total referee rebate received by the user on this day
2.22
"2023-11-14"
1702989203989