curl --request GET \
--url https://api.orderly.org/v1/referral/auto_referral/progress \
--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": {
"required_volume": 10000,
"completed_volume": 10000,
"auto_referral_code": "<string>"
}
}
Limit: 1 requests per second
GET /v1/referral/auto_referral/progress
curl --request GET \
--url https://api.orderly.org/v1/referral/auto_referral/progress \
--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": {
"required_volume": 10000,
"completed_volume": 10000,
"auto_referral_code": "<string>"
}
}
OK
The response is of type object
.