sushiswap-watcher-ts/packages/route-processor-watcher/src/gql/queries/route.gql
2024-06-06 18:24:45 +05:30

13 lines
229 B
GraphQL

query route($id: ID!, $block: Block_height){
route(id: $id, block: $block){
id
from
to
tokenIn
tokenOut
amountIn
amountOutMin
amountOut
timestamp
}
}