Euler Finance · Example Payload

Getusagestats

Usage

Getusagestats is an example object payload from Euler Finance, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummarydescriptiontagsresponses

Example Payload

Raw ↑
{
  "operationId": "getUsageStats",
  "method": "GET",
  "path": "/v3/usage/stats",
  "summary": "Usage statistics for the authenticated API key",
  "description": "",
  "tags": [
    "Usage"
  ],
  "responses": {
    "200": {
      "description": "Usage statistics",
      "schema": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/UsageStatsResponse"
          }
        }
      }
    }
  }
}