cURL
curl --request GET \ --url https://{environment}.garden.finance/v2/schemas/{name} \ --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.
evm:htlc
evm:htlc_erc20
solana:htlc
solana:htlc_spltoken
starknet:htlc
starknet:htlc_erc20
The ABI for EVM contracts or IDL for Solana contracts.
The response is of type object.
object
Was this page helpful?