Network
base
Subgraph ID
BDAX81—Vu1NXn
Deployment ID
QmZrXQ—CPm2cR
Query URL
/subgraphs/id/BDAX81—Vu1NXn
8 Queries (Past 30D)
135.8 Signal
Updated 6 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
blockInfos(first: 5) {
id
hash
blockNumber
timestamp
}
summaries(first: 5) {
id
totalBiddingValue
totalOrders
totalAuctions
}
}
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/BDAX81dfjwhDu71Dhe7qETves9ptQ9xsstFSsuVu1NXn
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ blockInfos(first: 5) { id hash blockNumber timestamp } summaries(first: 5) { id totalBiddingValue totalOrders totalAuctions } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/BDAX81dfjwhDu71Dhe7qETves9ptQ9xsstFSsuVu1NXn