cURL
curl --request PATCH \ --url https://{environment}.garden.finance/v2/orders/{order} \ --header 'Content-Type: application/json' \ --header 'garden-app-id: <api-key>' \ --data '{ "signature": "<string>" }'
{ "status": "Ok", "error": "<string>", "result": "<string>" }
If you do not yet have an app ID, please follow these steps.
initiate
redeem
refund
instant-refund
Executed action successfully.
The response is of type object.
object
Was this page helpful?