We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
range { start: block -> optional, then elements is a divisor end: block -> optional, default: current block unit: enum: "day", "week", "month", "months", "year" -> default: "day" elements: int -> default: 1000 filter: total, transferrable, reserved, locked -> default: total fx: usd, eur -> optional, returns converted, otherwise original currency }
fx ( input: string, output: string, qty: float, range: object ) zeroausd -> [0.1,0.2,0.3,0.4,0.9,1.9,10.9,100,200,900,1337] gameausd playausd -> [1] zerodot gamedot zeroksm gameksm
treasury ( where: { id: <0xb00b5> } ) mock: boolean -> return true when no real data available balances ( currency: string, range: object ) returns -> [0.1,0.2,0.3,0.4,0.9,1.9,10.9,100,200,900,1337] events ( currency: string, range: object ) returns -> [ { block, event_type } , ... , { block, event_type } ]
events [ { block, event_type }] block: int event_type: create, donation, funding, withdrawal, spending, join, leave, lock, unlock, reserve, unreserve, unknown ...
schema, query -> e.g. query avg blocktime mutation subscription -> get the last block
dev
stage
errors
prod
The text was updated successfully, but these errors were encountered:
vovacha
AlexisZero
No branches or pull requests
Shape
1.
2.
3.
dev
stage
errors
toprod
The text was updated successfully, but these errors were encountered: