Euler Finance · Example Payload

Getdocs

Protocol

Getdocs 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": "getDocs",
  "method": "GET",
  "path": "/v3/docs",
  "summary": "Developer documentation UI",
  "description": "",
  "tags": [
    "Protocol"
  ],
  "responses": {}
}