Chainlens Configuration-Controller API

The Configuration-Controller API from Chainlens — 1 operation(s) for configuration-controller.

OpenAPI Specification

chainlens-configuration-controller-api-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: Chainlens Account-Controller Configuration-Controller API
  description: Chainlens provides a robust and intuitive platform combining user-friendly exploration with powerful analytics and advanced features. Whether monitoring real-time blockchain transactions, verifying smart contracts, or tracking NFTs, Chainlens ensures you have all the necessary tools at your fingertips.
  version: master
tags:
- name: Configuration-Controller
paths:
  /configuration/frontend:
    get:
      tags:
      - Configuration-Controller
      summary: Chainlens frontend configuration.
      operationId: frontendConfiguration
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/ChainlensConfigurationModel'
components:
  schemas:
    ChainlensConfigurationModel:
      required:
      - logoUrl
      type: object
      properties:
        logoUrl:
          type: string
externalDocs:
  description: Chainlens Documentation
  url: https://docs.chainlens.com/