POST Request settlement
Creates a settlement request and starts the time delay. Note that Market Maker will be paused from other activities at this point.
post
Header parameters
apiKeystringRequired
The API key that was assigned to you by Native
Body
chainstring · enumRequiredExample:
Native blockchain name, eg: ethereum, bsc, etc
ethereumPossible values: recipientstringRequiredPattern:
The address of the market maker or the settler
^0x[a-fA-F0-9]{40}$traderstringRequiredPattern:
The address of the trader
^0x[a-fA-F0-9]{40}$Responses
201
Success
application/json
500
There was an exception with the server
post
/v1/lend/request-settlementExample response
{
"id": "d49c39ed-ff63-41c0-bf3a-75f6d56f7346",
"nonce": "6168514449590345",
"recipient": "0x9B85B4A413Efe69684290816a3E814B4aA1EFf63",
"chain": "base",
"positionUpdates": [
{
"tokenAddress": "0x4200000000000000000000000000000000000006",
"amount": "-5000000000"
}
],
"creditChangeUsd": -0.00001168615,
"trader": "0x9B85B4A413Efe69684290816a3E814B4aA1EFf63",
"requestAt": "2024-01-31T08:09:22.645Z",
"enableAt": "2024-01-31T08:14:22.645Z",
"expiresAt": "2024-01-31T08:15:22.645Z",
"type": "settlement"
}Error responses
Last updated