For the complete documentation index, see llms.txt. This page is also available as Markdown.

Behodler AMM

GraphQL queries for use with the Behodler AMM Subgraph on The Graph.

Get All Tokens

Get a list of all tokens

{
  tokens(orderBy: ethBlock, orderDirection: desc){
    name
    symbol
    decimals
    eth
    usd
    volume
    ethVolume
    usdVolume
    liquidity
    totalSupply
  }
}

Get All Swaps

Get a list of all swaps, most recent first

Get Volume and Liquidity

Get total swap volume (all swaps) and current liquidity

Get Liquidity transactions

Get a list of all liquidity transactions (minting and burning of SCX) , most recent first

Last updated

Was this helpful?