Brokerbot Data
To get data about a certain brokerbot, pass in the brokerbot address. Reference the full brokerbot schema and adjust the query fields to retrieve the data points you want.
All Brokerbots
This query gets you all registered brokerbots back. If there are more than 100 tokens you can use the skip parameter for pagination.
General Brokerbot Data by Id
This query gets a brokerbot by its id (contract address), which in this case is the DAKS brokerbot contract address. It returns the token and base currency entities as well as TVL, volume and current price in the respective denomination of the token, base currency and USD.
Brokerbot Weekly / Daily / Hourly Aggregated Data
You can fetch aggregate data about a specific brokerbot over different periods. This query gets the last 10 entries for Weekly, Daily and Hourly aggregated data for the current active DAKS brokerbot.
Last updated