Euler Finance · Example Payload

Getopenapijson

Protocol

Getopenapijson 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": "getOpenapiJson",
  "method": "GET",
  "path": "/v3/openapi.json",
  "summary": "OpenAPI document",
  "description": "",
  "tags": [
    "Protocol"
  ],
  "responses": {}
}