Euler Finance · Example Payload

Postgraphql

GraphQL endpoint (shared auth/rate limit with REST), proxied to the Ponder GraphQL API. Ponder LIKE filter operators reject unescaped `%` and `_` wildcard values.

GraphQL

Postgraphql 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": "postGraphql",
  "method": "POST",
  "path": "/v3/graphql",
  "summary": "GraphQL endpoint",
  "description": "GraphQL endpoint (shared auth/rate limit with REST), proxied to the\nPonder GraphQL API.\nPonder LIKE filter operators reject unescaped `%` and `_` wildcard values.\n",
  "tags": [
    "GraphQL"
  ],
  "responses": {
    "200": {
      "description": "GraphQL response",
      "schema": {
        "type": "object"
      }
    }
  }
}