orderly-key and orderly-secret. The request method, request path, and request body are all blank. The message to sign is therefore just the timestamp.
You can authenticate when creating the WebSocket connection by appending the authentication parameters to the subscription URL as query parameters. This eliminates the need to send a separate auth request.
For example, wss://ws-private-evm.orderly.org/v2/ws/private/stream/0xd7379678a303b57d7d43eb23c64dd7528ac8cb4efe983a3aedcfe9b4aa4cb984?orderly_key=xxxxxxxx×tamp=xxxxx&sign=xxxxx will authenticate the user when creating the connection, no need to send auth request again.
| Name | Type | Required | Description |
|---|---|---|---|
| orderly_key | string | Y | Orderly Key |
| sign | string | Y | signature |
| timestamp | timestamp | Y | timestamp |