POST Cancel 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/cancel-collateral-removalSuccess response
{
"success": true
}Error responses
Last updated