Developer Docs
WebsiteGitHub
  • Protocol Architecture
    • Protocol Overview
    • Upgradability
    • Asset Configuration
    • Silo Assets
    • Bridge Assets & Bridge Pool
    • System Roles
  • Smart Contracts Overview
    • Core Protocol
      • SiloRepository
      • Silo
    • Oracle
      • PriceProvidersRepository
      • BalancerV2PriceProvider
      • UniswapV3PriceProvider
    • Ownership Tokens
      • ShareCollateralToken
      • ShareDebtToken
    • InterestRateModel
    • SiloRouter
    • SiloLens
  • SECURITY
    • Audits & Formal Verification
    • Smart Contracts
    • Bug Bounty Program
  • Silo Subgraphs
    • Subgraph Introduction
    • SILO V2 Entities
    • SILO V3 Entities
    • Querying SILO
  • Submit a Bug
  • GitHub
  • Silopedia
  • Contact Us
Powered by GitBook
On this page
  • SILO Finance Ethereum Mainnet
  • SILO Finance Llama Edition
  • SILO Finance Arbitrum
  • Helpful Resources
  1. Silo Subgraphs

Subgraph Introduction

PreviousBug Bounty ProgramNextSILO V2 Entities

Last updated 1 year ago

Silo has a GraphQL API Endpoint hosted by called a subgraph for indexing and organizing data from the SILO smart contracts.

Subgraph information is serviced by a decentralized group of server operators called Indexers.

Silo maintains two versions of it's subgraph, a v2 version and a v3 version. The v2 version is recommended for most users, it is faster and works more reliably. The v3 version does contain more feature rich data, but since it uses large iterations, your code needs to be prepared to deal with errors. **There are major schema differences from V2 to V3.

SILO Finance Ethereum Mainnet

  • Graphql Endpoint: https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/81ER342viJd3oRvPf28M7GwsnToa1RVWDNLnTr1eBciC

SILO Finance Llama Edition

  • Graphql Endpoint: https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/5cNT22xQJVEWBBigBMBicv4UZAnGxH2CeHpenTJ8Q8kA

SILO Finance Arbitrum

  • Graphql Endpoint: https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/2ufoztRpybsgogPVW6j9NTn1JmBWFYPKbP7pAabizADU

Helpful Resources

Explorer Page:

Explorer Page:

Explorer Page:

View on The Graph
View on The Graph
View on The Graph
Video Tutorial on creating an API Key
Managing your API Key & setting your indexer preferences
Querying from an application
How to use the explorer and playground to query on-chain data
Deploy your own subgraph
New to GraphQL? - Read Here
The Graph