graph-network-arbitrum logo

graph-network-arbitrum

77.9K Queries (Past 30D)

0 Signal

Updated 9 months ago

Network

arbitrum-one

Subgraph ID

95L6fb—rPadaQ

Deployment ID

QmSWxv—JW9BXY

Query URL

/subgraphs/id/95L6fb—rPadaQ

77.9K Queries (Past 30D)

0 Signal

Updated 9 months ago

Network
arbitrum-one
Subgraph ID
95L6fb—rPadaQ
Deployment ID
QmSWxv—JW9BXY
Query URL
/subgraphs/id/95L6fb—rPadaQ
Index Status

Query quick start

The production url for querying this Subgraph on the decentralized network.

Query url format

{base_url}

/api

/subgraphs/id/

{subgraph_id}

Base URL
https://gateway.thegraph.com/api
Subgraph id
95L6fbGvUSqh8fcwUb3czKziutDSRKpHDjENqPrPadaQ
Query URL
https://gateway.thegraph.com/api/subgraphs/id/95L6fbGvUSqh8fcwUb3czKziutDSRKpHDjENqPrPadaQ

bash
curl -X POST \  -H "Content-Type: application/json" \  -H "Authorization: Bearer {api-key}" \  -d '{"query": "{ graphNetworks(first: 5) { id controller graphToken epochManager } graphAccounts(first: 5) { id names { id } defaultName { id } createdAt } }", "operationName": "Subgraphs", "variables": {}}' \  https://gateway.thegraph.com/api/subgraphs/id/95L6fbGvUSqh8fcwUb3czKziutDSRKpHDjENqPrPadaQ