I have a few simple functions that get data from the blockchain, which normally does not require sending a transaction when using Chainweaver.
(defun get-price (price-key:decimal)
(at "price" (read price-table price-key ["price"]
)
This function does not change any data, so it shouldn't require gas. How can I use something like the x-wallet browser plugin to call this function and just get the data?