curl --request POST \
--url https://api.orderly.org/v1/referral/bind \
--header 'Content-Type: application/json' \
--header 'orderly-account-id: <orderly-account-id>' \
--header 'orderly-key: <orderly-key>' \
--header 'orderly-signature: <orderly-signature>' \
--header 'orderly-timestamp: <orderly-timestamp>' \
--data '{
"referral_code": "<string>"
}'
{
"success": true,
"timestamp": 1702989203989
}
Limit: 1 requests per second
POST /v1/referral/bind
curl --request POST \
--url https://api.orderly.org/v1/referral/bind \
--header 'Content-Type: application/json' \
--header 'orderly-account-id: <orderly-account-id>' \
--header 'orderly-key: <orderly-key>' \
--header 'orderly-signature: <orderly-signature>' \
--header 'orderly-timestamp: <orderly-timestamp>' \
--data '{
"referral_code": "<string>"
}'
{
"success": true,
"timestamp": 1702989203989
}
OK
The response is of type object
.