fetch_price_feed_txn
Build unsigned transactions to fetch the current oracle price for a DorkFi lending market. Returns base64-encoded transactions for signing.
Instructions
Build unsigned transactions to fetch the latest oracle price for a DorkFi lending market. Calls fetch_price_feed(uint64) on the pool contract. Returns base64-encoded transactions for signing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Blockchain network | |
| sender | Yes | Transaction sender wallet address | |
| symbol | Yes | Token symbol of the market to fetch price for (e.g. VOI, USDC) |