Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://{environment}.garden.finance/v2/liquidity \ --header 'garden-app-id: <api-key>'
{ "error": "<string>", "result": [ { "solver_id": "<string>", "liquidity": [ { "address": "<string>", "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.
Ok
Error
Show child attributes
Was this page helpful?