Strategy Vault
- Vault Details
- Vault Statistics
- Order Management
Liquidity Provider
- Liquidity Provider Details
- Liquidity Provider Statistics
- Deposit/Withdrawal
- Fees
Strategy Provider
- Key management
- Settle PnL
- Strategy Provider Details
- Deposit/Withdrawal
- Fees
- Period Obligations
Strategy Fund
- Strategy Fund Details
- Period Details
- Fund Transactions
Settle PnL
Request SP PnL Settlement
Limit: 1 request per second
POST /v1/sv/sp_settle_pnl
POST
/
v1
/
sv
/
sp_settle_pnl
Copy
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>"
}'
Copy
{
"success": true,
"timestamp": 1702989203989
}
Body
application/json
Response
200 - application/json
Success
The response is of type object
.
Copy
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>"
}'
Copy
{
"success": true,
"timestamp": 1702989203989
}
Assistant
Responses are generated using AI and may contain mistakes.