feed_price_oracle
Generate an unsigned Cardano transaction to feed a new price to an OracleNft-backed oracle for admin signing. Not for Pyth-priced assets; those use signed Pyth messages instead.
Instructions
Feed a new price to an OracleNft-backed price oracle — builds an unsigned transaction (CBOR hex) for admin signing. Only applicable to assets whose priceInfo is OracleNft; Pyth-priced assets are updated via signed Pyth messages, not this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | ||
| address | Yes | Admin Cardano bech32 address (addr1... or addr_test1...) | |
| priceNumerator | Yes | New price numerator (integer string) | |
| priceDenominator | Yes | New price denominator (integer string) |