Network
bsc
Subgraph ID
H6oKY6—xwdfSA
Deployment ID
QmeJx8—1jtr82
Query URL
/subgraphs/id/H6oKY6—xwdfSA
0 Queries (Past 1D)
10.4 Signal
Updated 3 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
approvals(first: 5) {
id
owner
spender
value
}
deposits(first: 5) {
id
sender
to
shares
}
}
1
x
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/api/
{api-key}
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL format
https://gateway.thegraph.com/api/{api-key}/subgraphs/id/H6oKY6WJLW9cuqN7VVqrt3dt4v21ccT557DdvcxwdfSA
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ approvals(first: 5) { id owner spender value } deposits(first: 5) { id sender to shares } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/H6oKY6WJLW9cuqN7VVqrt3dt4v21ccT557DdvcxwdfSA