Subgraph Introduction

Silo has a GraphQL API Endpoint hosted by The Graph 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

  • Explorer Page: View on The Graph

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

SILO Finance Llama Edition

  • Explorer Page: View on The Graph

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

SILO Finance Arbitrum

  • Explorer Page: View on The Graph

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

Helpful Resources

Last updated