Skip to main content

Overview of Arbitrum Data

Bitquery API offers access to indexed data from the Arbitrum blockchain via GraphQL API and GraphQl Subscriptions for developers.

The Arbitrum Explorer explorer is a visual way to view Arbitrum data easily.

chains

This is the basic structure of a query:

query {
EVM(network: arbitrum){
__typename
}
}

Let's dive in and explore the Arbitrum data available through Bitquery API.