Skip to main content
POST
/
v1
/
sv
/
sp_orderly_key
Add SP Orderly key
curl --request POST \
  --url https://api.orderly.org/v1/sv/sp_orderly_key \
  --header 'Content-Type: application/json' \
  --data '
{
  "signature": "<string>",
  "userAddress": "<string>"
}
'
{
  "success": true,
  "timestamp": 1702989203989
}

Body

application/json
message
object
signature
string
userAddress
string

Response

200 - application/json

Success

success
boolean
required

Indicates whether the request was successful.

Example:

true

timestamp
integer

Server timestamp in milliseconds.

Example:

1702989203989