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_erc20", "schema": [ {} ] } }
If you do not yet have an app ID, please follow these steps.
evm:htlc_erc20
evm:htlc
solana:htlc
starknet:htlc_erc20
solana:htlc_spltoken
The ABI for EVM contracts or IDL for Solana contracts.
Ok
Error
Show child attributes
Was this page helpful?