Network
bsc
Subgraph ID
4NfXEi—diCcz6
Deployment ID
QmbF8i—sAktqq
Query URL
/subgraphs/id/4NfXEi—diCcz6
1.0K Signal
Updated 18 days ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
orderFilleds(first: 5) {
id
TWAP_id
userAddress
exchange
}
filledDailies(first: 5) {
id
date
dailyTotalCalculatedValue
dailyCount
}
}
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/4NfXEi8rreQsnAr4aJ45RLCKgnjcWX46Lbt9SadiCcz6
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ orderFilleds(first: 5) { id TWAP_id userAddress exchange } filledDailies(first: 5) { id date dailyTotalCalculatedValue dailyCount } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/4NfXEi8rreQsnAr4aJ45RLCKgnjcWX46Lbt9SadiCcz6