Network
arbitrum-one
Subgraph ID
wTKJtD—AiSShe
Deployment ID
QmT6FK—S932wd
Query URL
/subgraphs/id/wTKJtD—AiSShe
129 Queries (Past 30D)
2.0K Signal
Updated 2 years ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
yfxv3S(first: 5) {
id
controller
signerList
liquidatorList
}
inviteCodes(first: 5) {
id
inviter
level
inviteCodeMarketData {
id
}
}
}
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/wTKJtDwtthHZDpp79HbHuegwJRqisjevFDsRtAiSShe
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ yfxv3S(first: 5) { id controller signerList liquidatorList } inviteCodes(first: 5) { id inviter level inviteCodeMarketData { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/wTKJtDwtthHZDpp79HbHuegwJRqisjevFDsRtAiSShe