Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 2.55 KB

File metadata and controls

50 lines (33 loc) · 2.55 KB
sidebar_position 1
title Resources

Subgraph Resources

Connext has a GraphQL API Endpoint hosted by The Graph called a subgraph for indexing and organizing data from the Connext smart contracts. Subgraph information is serviced by a decentralized group of server operators called Indexers.

This subgraph is can be used to query Connext bridge transactions, transactions statuses and more.

Subgraphs

Mainnet Subgraphs
Chain Subgraph
Ethereum v0.0.1-Mainnet
Optimism v0.0.1-Optimism
Arbitrum v0.0.1-Arbitrum-One
Polygon v0.0.1-Polygon
Binance Smart Chain v0.0.1-Bnb
Gnosis v0.0.1-Gnosis
Base v0.0.1-Base
Testnet Subgraphs
Chain Subgraph
Goerli v0-Goerli
Optimism-Goerli v0-Opt-Goerli
Mumbai v0-Mumbai

Helpful Links

Creating an API Key Video Tutorial

Managing your API Key & Setting your indexer preferences

Explorer Page

Code repo with Connext's subgraph implementation