Subgraph for AdEx Network
GrahpQL playgroud Link - https://thegraph.com/explorer/subgraph/samparsky/adex-protocol
Fetch all available bonds
{
bonds(first: 5) {
id
owner
amount
poolId
}
}
MIT
Subgraph for AdEx Network
GrahpQL playgroud Link - https://thegraph.com/explorer/subgraph/samparsky/adex-protocol
Fetch all available bonds
{
bonds(first: 5) {
id
owner
amount
poolId
}
}
MIT