Skip to main content
POST
Pushes a new price to the on-chain oracle. If no price is provided in the request body, the API fetches the current market price automatically using the configured stock symbol. Requires the registered wallet signer to be authorized on the oracle contract.
This is a write operation that submits a blockchain transaction. The registered wallet signer must be authorized on the oracle by its owner.

Path Parameters

string
required
Market ID.

Body Parameters

number
Price in USD. If omitted, the API fetches it from the configured price feed.
string
Hash of the transaction you broadcast for this operation. Send it to confirm the transaction and record the result. Omit it to receive the calldata.