cURL
curl --request GET \ --url https://{environment}.garden.finance/v2/liquidity \ --header 'garden-app-id: <api-key>'
{ "status": "Ok", "error": "<string>", "result": [ { "asset": "arbitrum:ibtc", "balance": "3134508350", "virtual_balance": "3134508350", "readable_balance": "31.34508350", "fiat_value": "3709623.9781701067" } ] }
If you do not yet have an app ID, please follow these steps.
Array of solver-wise liquidity.
The response is of type object.
object
Was this page helpful?