cURL
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
Message object containing the message that is signed by the wallet owner
Show child attributes
The signature generated by signing the message object via EIP-712
The address of the wallet signing the message object via EIP-712
OK
true
1702989203989