Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global stats #319

Merged
merged 4 commits into from
Feb 15, 2022
Merged

Global stats #319

merged 4 commits into from
Feb 15, 2022

Conversation

mihaisc
Copy link
Contributor

@mihaisc mihaisc commented Feb 15, 2022

Fixes #316

example

{
  globalStatistic(id:"1"){
    id
    orderCount
    nftCount
    datatokenCount
    poolCount
    fixedCount
    dispenserCount
    totalPoolSwapVolume{
      id
      token {
        id
        symbol
      }
      value
    }
    totalLiquidity{
      id
      token {
        id
        symbol
      }
      value
    }
    totalFixedSwapVolume{
      id
      token {
        id
        symbol
      }
      value
    }
}
}

@mihaisc mihaisc changed the title partial global stats Global stats Feb 15, 2022
@mihaisc mihaisc marked this pull request as ready for review February 15, 2022 14:28
@mihaisc mihaisc merged commit 8494641 into v4main Feb 15, 2022
@mihaisc mihaisc deleted the fix/globalStats branch February 15, 2022 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants