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