Get a Settle PnL nonce
Get a nonce from Get Settle PnL Nonce.
Obtain signature from EIP-712
Sign an EIP-712 message in the following format:where:
| Name | Type | Required | Description |
|---|---|---|---|
| brokerId | string | Y | Builder ID |
| chainId | int | Y | Chain ID of the connected chain where the message was signed |
| settleNonce | int | Y | Valid settlement nonce from Get Settle PnL Nonce |
| timestamp | timestamp | Y | Current timestamp in UNIX milliseconds |
Request PnL settlement
Submit the request through Request PnL Settlement API.