Behodler AMM
GraphQL queries for use with the Behodler AMM Subgraph on The Graph.
Last updated
Was this helpful?
Was this helpful?
{
swaps(orderBy: timestamp, orderDirection: desc){
id
transaction
timestamp
sender
inputToken {
id
symbol
}
outputToken {
id
symbol
}
inputAmount
outputAmount
}
}{
behodler(id:1)
{
ethVolume
usdVolume
ethLiquidity
usdLiquidity
}
}{
liquidities(orderBy: timestamp, orderDirection: desc){
id
timestamp
direction
token {
id
symbol
}
amount
scx
}
}