Bridge
Flow
Pulse
Strategy
Docs
Live Prices fetching...
clear query console
$Type a command and press Enter
$
Available commands:
VaraBridge/GetPrice("ETH") — get any symbol price
VaraBridge/GetAll — all prices, gas, datetime
VaraBridge/GetGas — Vara network gas
VaraBridge/GetNews — latest headlines
VaraBridge/GetMarkets — prediction market odds
VaraBridge/GetStats — bridge statistics
VaraBridge/GetDatetime — current UTC time
help — show this
Market Recommendations loading...
Run VaraStrategy/GetRecommendations or switch to this tab to generate recommendations based on live prices.
Available commands:
VaraStrategy/GetRecommendations — buy/sell/hold signals from live data
VaraStrategy/GetPortfolio — recommended allocation
VaraStrategy/GetRisk — market risk assessment
VaraStrategy/GetTopPick — best asset right now
help — show this
Workflow Templates loading...
Run VaraFlow/GetTemplates to browse available workflow templates.
Available commands:
VaraFlow/GetTemplates — list all workflow templates
VaraFlow/GetTemplate("name") — template details
VaraFlow/GetWorkflows — active workflow instances
VaraFlow/GetStats — flow engine statistics
VaraFlow/GetCategories — template categories
help — show this
Network Pulse loading...
Run VaraPulse/GetPulse to see the current network pulse.
Available commands:
VaraPulse/GetPulse — current network pulse
VaraPulse/GetSignals — market signals
VaraPulse/GetTrends — trending assets
VaraPulse/GetAlerts — active alerts
VaraPulse/GetSummary — overall summary
help — show this
vara-wallet CLI copy
vara-wallet --network mainnet call \
0xfb7ed5a79dc2ff15283a524a4489321b5e1f6341db2b9892be83b9568cc1fcb4 \
VaraBridge/GetPrice --args '["ETH"]' \
--idl ./vara_bridge.idl
Rust Client copy
let price = VaraBridgeRef::new(pid)
.get_price("ETH".into())
.await?;