Skip to main content
GET
Reads from the chain whether this instance’s wallet can push and sign prices on the market’s oracle, as an authorized signer or as the oracle owner. The wallet checked is the instance’s first verified wallet, primary wallet first. It answers one question only. It does not check the price signer the lender of record declared, which is usually a different key: read priceSigner and priceSignerAuthorized on Get Oracle Status for that. To check any other address, use Get Access Role with role=ORACLE_SIGNER.
A failed chain read returns isAuthorized: false, exactly like a wallet that lacks authorization. Retry before acting on a false.
The call also refreshes the signerAuthorized flag on the market record that Get Market returns. On an ORACLE-priced market the oracle reads an external feed and refuses every attested price, so an authorized wallet still cannot push there.

Path Parameters

string
required
Market ID.

Response Fields

object

Error Codes