Aktionariat Documentation
  • Introduction to Aktionariat
    • ⚡Quick Start
  • 🛠️APIs
    • 📊Subgraph
      • Schema
      • Query Examples
        • Platform data
        • Token Data
        • Brokerbot Data
        • Swaps Data
    • ⚙️External API
      • ⚙️External API (Gitbook)
  • 🌐Web
    • Integrate with Ethers.js
      • Brokerbot Quoter
    • Integrate Aktionariat Widgets
  • ⛓️Smart Contracts
    • 📔Contracts Overview
    • 👷‍♂️Guides
      • Implement A Trade
        • Direct Trades
        • Multihop Trades
      • Get Brokerbot Contract for Token
      • Buy Shares
      • Sell Shares
    • Technical Reference
      • Allowlist
      • Brokerbot
      • Drag-Along
      • Infinite Allowances
      • Multi-Signature Contract
      • Recovery
      • Shareholder Registry
  • 📖Reference
    • Brokerbot Architecture
    • Github
    • Whitepaper
    • Brokerbot Analytics
  • 💬Socials
    • Twitter
    • Telegram
    • LinkedIn
    • Youtube
Powered by GitBook
On this page
  • Production Endpoints
  • Resources

Was this helpful?

Edit on GitHub
  1. APIs

Subgraph

The Aktionariat Subgraph

PreviousQuick StartNextSchema

Last updated 2 years ago

Was this helpful?

Aktionariat uses multiple for indexing and organizing data from the Aktionariat smart contracts. These subgraphs are hosted on The Graph hosted service and can be used to query Aktionariat data via the exposed GraphQL API, providing an excellent developer experience.

If you are unfamiliar with GraphQL, we recommend taking a quick look through their documentation first .

Production Endpoints

Ethereum Mainnet

  • Explorer Page:

  • GraphQL Endpoint:

Optimism

  • Explorer Page:

  • GraphQL Endpoint:

Resources

  • Source Code:

  • Aktionariat Analytics:

  • The Graph docs:

  • Learn GraphQL:

🛠️
📊
subgraphs
here
https://thegraph.com/explorer/subgraph/aktionariat/brokerbot
https://api.thegraph.com/subgraphs/name/aktionariat/brokerbot
https://thegraph.com/hosted-service/subgraph/aktionariat/brokerbot-optimism
https://api.thegraph.com/subgraphs/name/aktionariat/brokerbot-optimism
https://github.com/aktionariat/subgraph
https://analytics.aktionariat.com
https://thegraph.com/docs/en/
https://graphql.org/learn/
Query Examples
Schema