cURL
curl --request POST \ --url https://api.orderly.org/v1/sv/sp_orderly_key \ --header 'Content-Type: application/json' \ --data '{ "message": { "contract": "<string>", "brokerId": "<string>", "chainId": 123, "orderlyKey": "<string>", "scope": "<string>", "timestamp": 123, "expiration": 123 }, "signature": "<string>", "userAddress": "<string>" }'
{ "success": true, "timestamp": 1702989203989 }
Limit: 10 requests per second per IP address
POST /v1/sv/sp_orderly_key
Adds an Orderly access key to a SP account
Success
The response is of type object.
object