Skip to content

Commit

Permalink
change api example
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Jun 28, 2024
1 parent 17ccdcd commit b8f1533
Showing 1 changed file with 9 additions and 28 deletions.
37 changes: 9 additions & 28 deletions docs/data-and-analytics/data-and-analytics/balancer-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,37 +33,18 @@ Queries are organised around these main domains: Further documentation is availa
address
name
}
displayTokens {
...on GqlPoolTokenDisplay {
symbol
}
poolTokens {
address
symbol
balance
hasNestedPool
}
dynamicData {
totalLiquidity
apr {
swapApr
nativeRewardApr {
...on GqlPoolAprTotal {
total
}
}
thirdPartyApr {
...on GqlPoolAprTotal {
total
}
}
items {
title
apr {
...on GqlPoolAprRange {
min
max
}
...on GqlPoolAprTotal {
total
}
}
}
aprItems {
title
type
apr
}
}
}
Expand Down

0 comments on commit b8f1533

Please sign in to comment.