POST Settlement status
Checks the status of the time delay and get the signature calldata if the time delay has been passed.
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/settlement-statusDuring time delay
{
"status": "pending",
"readyAt": "2024-01-31T07:12:26.976Z",
"expiresAt": "2024-01-31T07:13:26.976Z"
}Ready
Expired
Error
Last updated