cURL
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 }
Limit: 1 request per second
POST /v1/sv/sp_settle_pnl
Documentation IndexFetch the complete documentation index at: https://orderly.network/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://orderly.network/docs/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes
Success
Indicates whether the request was successful.
true
Server timestamp in milliseconds.
1702989203989