POST
/
v1
/
register_account
curl --request POST \
  --url https://api.orderly.org/v1/register_account \
  --header 'Content-Type: application/json' \
  --data '{
  "message": {
    "brokerId": "<string>",
    "chainId": 123,
    "chainType": "<string>",
    "timestamp": "<string>",
    "registrationNonce": "<string>"
  },
  "signature": "<string>",
  "userAddress": "<string>"
}'
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "account_id": "<string>"
  }
}

Body

application/json

Response

200 - application/json

OK

The response is of type object.