cURL
curl --request GET \ --url https://{environment}.garden.finance/v2/schemas \ --header 'garden-app-id: <api-key>'
{ "status": "Ok", "error": "<string>", "result": [ { "name": "evm:htlc", "schema": {} } ] }
If you do not yet have an app ID, please follow these steps.
The ABI for EVM, Starknet contracts and IDL for Solana contracts.
The response is of type object.
object
Was this page helpful?