cURL
curl --request POST \ --url https://api.orderly.org/v1/delegate_settle_pnl \ --header 'Content-Type: application/json' \ --header 'orderly-account-id: <orderly-account-id>' \ --header 'orderly-key: <orderly-key>' \ --header 'orderly-signature: <orderly-signature>' \ --header 'orderly-timestamp: <orderly-timestamp>' \ --data '{ "signature": "<string>", "userAddress": "<string>", "verifyingContract": "<string>", "message": { "delegateContract": "<string>", "brokerId": "<string>", "chainId": 123, "settleNonce": 123, "timestamp": 123 } }'
{ "success": true, "timestamp": 1702989203989, "data": { "settle_pnl_id": 1 } }
Limit: 1 requests per second
POST /v1/delegate_settle_pnl
OK
The response is of type object.
object