POST Verify collateral removal
Header parameters
apiKeystringRequired
The API key that was assigned to you by Native
Body
recipientstringRequiredPattern:
The address of the market maker or the settler
^0x[a-fA-F0-9]{40}$chainstring · enumRequiredExample:
Native blockchain name, eg: ethereum, bsc, etc
ethereumPossible values: 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/verify-collateral-removalSuccess response
{
"id": "673a69b0-06db-4309-b0f1-6582435b80ca",
"nonce": "6885024828728157",
"recipient": "0x9B85B4A413Efe69684290816a3E814B4aA1EFf63",
"chain": "base",
"tokens": [
{
"tokenAddress": "0x5d55432c6aAeDB4D34523B2744e959F03aEffFE3",
"amount": "10000000000000000000"
}
],
"totalCollateralRemovedUsd": 9.778953854000001e-12,
"trader": "0x9B85B4A413Efe69684290816a3E814B4aA1EFf63",
"requestAt": "2024-01-31T09:17:41.847Z",
"enableAt": "2024-01-31T09:22:41.847Z",
"expiresAt": "2024-01-31T09:23:41.847Z",
"type": "collateralRemoval"
}Error responses
Last updated