curl --request POST \
--url https://api.orderly.org/v1/delegate_orderly_key \
--header 'Content-Type: application/json' \
--data '{
"message": {
"delegateContract": "<string>",
"brokerId": "<string>",
"chainId": 123,
"orderlyKey": "<string>",
"scope": "<string>",
"timestamp": 123,
"expiration": 123
},
"signature": "<string>",
"userAddress": "<string>"
}'
{
"success": true,
"timestamp": 1702989203989,
"data": {
"id": 123,
"orderly_key": "ed25519:FRXntsPJBCy6dzKv9WPw4eYSw3rKU9Npz3T6UmvvJc9Z"
}
}
Limit: 1 requests per second
POST /v1/delegate_orderly_key
curl --request POST \
--url https://api.orderly.org/v1/delegate_orderly_key \
--header 'Content-Type: application/json' \
--data '{
"message": {
"delegateContract": "<string>",
"brokerId": "<string>",
"chainId": 123,
"orderlyKey": "<string>",
"scope": "<string>",
"timestamp": 123,
"expiration": 123
},
"signature": "<string>",
"userAddress": "<string>"
}'
{
"success": true,
"timestamp": 1702989203989,
"data": {
"id": 123,
"orderly_key": "ed25519:FRXntsPJBCy6dzKv9WPw4eYSw3rKU9Npz3T6UmvvJc9Z"
}
}
OK
The response is of type object
.