cURL
curl --request GET \ --url https://{environment}.garden.finance/v2/orders/{order}/instant-refund-hash \ --header 'garden-app-id: <api-key>'
{ "status": "Ok", "error": "<string>", "result": "<string>" }
If you do not yet have an app ID, please follow these steps.
Swap with the given ID.
The response is of type object.
object
Was this page helpful?