curl --request GET \
--url https://api.orderly.org/v1/public/referral/check_ref_code
{
"success": true,
"timestamp": 1702989203989,
"data": {
"referral_code": "code"
}
}
Limit: 10 requests per 1 second per IP address
GET /v1/public/referral/check_ref_code
curl --request GET \
--url https://api.orderly.org/v1/public/referral/check_ref_code
{
"success": true,
"timestamp": 1702989203989,
"data": {
"referral_code": "code"
}
}
OK
The response is of type object
.