get_market
Retrieve full on-chain data for a single DorkFi lending market. Provide chain (Voi or Algorand) and token symbol to get pool state and metrics via the protocol's market method.
Instructions
Get a single DorkFi lending market's full on-chain data by calling the pool contract's get_market ABI method via algod simulate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Blockchain network | |
| symbol | Yes | Token symbol (e.g. VOI, USDC, ALGO) |