cURL
curl --request POST \ --url https://api.orderly.org/v1/orderly_key \ --header 'Content-Type: application/json' \ --data '{ "message": { "brokerId": "<string>", "chainId": 123, "chainType": "<string>", "orderlyKey": "<string>", "scope": "<string>", "timestamp": 123, "expiration": 123, "tag": "<string>", "subAccountId": "<string>" }, "signature": "<string>", "userAddress": "<string>" }'
{ "success": true, "timestamp": 1702989203989, "data": { "id": 123, "orderly_key": "ed25519:FRXntsPJBCy6dzKv9WPw4eYSw3rKU9Npz3T6UmvvJc9Z" } }
Limit: 10 requests per 1 second per IP address
POST /v1/orderly_key
Adds an Orderly access key to an account.
Main account’s Orderly key can control sub-account.
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