Type commands like you would on-chain. Tab between services.
VaraBridge/GetPrice("ETH") — get any symbol priceVaraBridge/GetAll — all prices, gas, datetimeVaraBridge/GetGas — Vara network gasVaraBridge/GetNews — latest headlinesVaraBridge/GetMarkets — prediction market oddsVaraBridge/GetStats — bridge statisticsVaraBridge/GetDatetime — current UTC timehelp — show this
VaraStrategy/GetRecommendations or switch to this tab to generate recommendations based on live prices.VaraStrategy/GetRecommendations — buy/sell/hold signals from live dataVaraStrategy/GetPortfolio — recommended allocationVaraStrategy/GetRisk — market risk assessmentVaraStrategy/GetTopPick — best asset right nowhelp — show this
VaraFlow/GetTemplates to browse available workflow templates.VaraFlow/GetTemplates — list all workflow templatesVaraFlow/GetTemplate("name") — template detailsVaraFlow/GetWorkflows — active workflow instancesVaraFlow/GetStats — flow engine statisticsVaraFlow/GetCategories — template categorieshelp — show this
VaraPulse/GetPulse to see the current network pulse.VaraPulse/GetPulse — current network pulseVaraPulse/GetSignals — market signalsVaraPulse/GetTrends — trending assetsVaraPulse/GetAlerts — active alertsVaraPulse/GetSummary — overall summaryhelp — show this
vara-wallet --network mainnet call \
0xfb7ed5a79dc2ff15283a524a4489321b5e1f6341db2b9892be83b9568cc1fcb4 \
VaraBridge/GetPrice --args '["ETH"]' \
--idl ./vara_bridge.idl
let price = VaraBridgeRef::new(pid)
.get_price("ETH".into())
.await?;