GET
/
liquidity
Get all the available liquidity.
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"
    }
  ]
}
Get total available liquidity in the system.

Authorizations

garden-app-id
string
header
required

If you do not yet have an app ID, please follow these steps.

Response

200 - application/json

Array of solver-wise liquidity.

The response is of type object.