cURL
curl --request GET \ --url https://{environment}.garden.finance/v2/liquidity \ --header 'garden-app-id: <api-key>'
{ "status": "Ok", "error": "<string>", "result": [ { "solver_id": "<string>", "liquidity": [ { "asset": "arbitrum:wbtc", "address": "<string>", "balance": "3134508350", "virtual_balance": "3134508350", "readable_balance": "31.34508350", "fiat_value": "3709623.9781701067" } ] } ] }
Documentation IndexFetch the complete documentation index at: https://docs.garden.finance/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.garden.finance/llms.txt
Use this file to discover all available pages before exploring further.
If you do not yet have an app ID, please follow these steps.
Array of solver-wise liquidity.
Ok
Error
Show child attributes
Was this page helpful?