Chainlens
  • Getting started
    • 🔗Overview
    • ✨Chainlens versions
  • Features
    • 🔎Navigation
    • 💠NFTs
    • ⚙️REST API
    • 📱Mobile Experience
    • 🔦Source Code Verification
    • ⚡Chain Syncing
  • Help & FAQs
    • ⛰️Roadmap
    • 📖Release Notes
    • ❔FAQs
Powered by GitBook
On this page
  • Video walkthrough
  • Accessing the OpenAPI endpoint
  1. Features

REST API

Chainlens provides a RESTful API which can be used for bespoke reporting.

PreviousNFTsNextMobile Experience

Last updated 1 year ago

Video walkthrough

The below walkthrough provides an overview of its REST API.

Accessing the OpenAPI endpoint

To access the Swagger docs for the API, which allow you to easily query the API, head to <your-instance-url>/api.

Swagger also makes it straight forwards to test API queries.

This API makes available all data you see in the user interface. This, combined with the filtering functionality and the contract registry, allows you to easily create custom reports for your blockchain applications, such as details of all transfer events associated with a specific token.

⚙️
The OpenAPI endpoint