Network
arbitrum-one
Subgraph ID
HUWEGj—sXjme5
Deployment ID
QmX2XK—ezM2Mk
Query URL
/subgraphs/id/HUWEGj—sXjme5
7 Queries (Past 30D)
406.4 Signal
Updated 2 years ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
transferEntities(first: 5) {
id
from
to
token
}
nftInfoEntities(first: 5) {
id
type
chain
token
}
}
1
x
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/api
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL
https://gateway.thegraph.com/api/subgraphs/id/HUWEGjk4C45eC1hNVz6P2jr5c55kWdo5p1RH6NsXjme5
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ transferEntities(first: 5) { id from to token } nftInfoEntities(first: 5) { id type chain token } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/HUWEGjk4C45eC1hNVz6P2jr5c55kWdo5p1RH6NsXjme5