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

Body

application/json

Response

200 - application/json

Success

The response is of type object.