cURL
curl --request POST \ --url https://api.orderly.org/v1/sv_operation_request \ --header 'Content-Type: application/json' \ --data '{ "message": { "payloadType": 123, "nonce": "<string>", "receiver": "<string>", "amount": "<string>", "vaultId": "<string>", "token": "<string>", "dexBrokerId": "<string>", "chainId": 123, "chainType": "<string>" }, "signature": "<string>", "userAddress": "<string>", "verifyingContract": "<string>" }'
{ "success": true, "timestamp": 1702989203989 }
Limit: 10 requests per 1 second per IP address
POST /v1/sv_operation_request
Deposit into a strategy vault with account balance / withdraw from a strategy vault into your account balance
Success
The response is of type object.
object