Skip to main content
POST
/
api
/
execution
/
vault
/
harden
Harden externally realized USDe profit
curl --request POST \
  --url https://api.molq.site/api/execution/vault/harden \
  --header 'Content-Type: application/json' \
  --header 'X-Molq-Operator-Key: <api-key>' \
  --data '
{
  "grossProfitUsd": 123,
  "idempotencyKey": "<string>"
}
'
{
  "error": "<string>"
}

Authorizations

X-Molq-Operator-Key
string
header
required

Private operator credential. Never expose this key in a browser or public client.

Body

application/json
grossProfitUsd
number
required
idempotencyKey
string
required
Required string length: 8 - 128

Response

Profit was returned, charged, and reallocated