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

Total fees 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 fees.

The response is of type object.