GET
/
volume
Get swap volume.
curl --request GET \
  --url https://{environment}.garden.finance/v2/volume \
  --header 'garden-app-id: <api-key>'
{
  "status": "Ok",
  "error": "<string>",
  "result": "<string>"
}

Total volume processed by Garden from genesis in USD.

Authorizations

garden-app-id
string
header
required

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

Response

200 - application/json

Total swap volume.

The response is of type object.