harb/services/txnBot/.graphql

9 lines
96 B
GraphQL
Raw Normal View History

query GetPositions {
positions {
id
share
lastTaxTime
taxRate
status
}
}