cURL
curl --request POST \ --url https://api.orderly.org/v1/register_account \ --header 'Content-Type: application/json' \ --data ' { "message": { "brokerId": "<string>", "chainId": 123, "timestamp": "<string>", "registrationNonce": "<string>", "chainType": "<string>" }, "signature": "<string>", "userAddress": "<string>" } '
{ "success": true, "data": { "account_id": "<string>" }, "timestamp": 1702989203989 }
Registers a new account for the provided wallet under the specified builder.
Documentation IndexFetch the complete documentation index at: https://orderly.network/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://orderly.network/docs/llms.txt
Use this file to discover all available pages before exploring further.
Message object signed by the wallet owner.
Show child attributes
Signature generated by signing the message object.
Address of the wallet that signed the message object.
OK
Indicates whether the request was successful.
true
Server timestamp in milliseconds.
1702989203989