w3-io/W3 Pyth Action

Price oracle for crypto, equities, FX, metals, and more via Pyth Network

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandOperation to perform: get-feeds, get-prices, get-historical-prices, get-update-fee, submit-on-chainyes
api-urlPyth Hermes API base URL (override for testing/staging)nohttps://hermes.pyth.network
idsComma-separated price feed IDs (hex strings)no
symbolsComma-separated token symbols (e.g. "BTC,ETH"). Resolved to feed IDs automatically.no
querySearch string for get-feeds (case-insensitive symbol substring match)no
asset-typeAsset type filter for get-feeds: crypto, equity, fx, metal, rates, commodities, crypto_indexno
publish-timeUnix timestamp for get-historical-pricesno
networkEVM chain key (avalanche, ethereum, base, arbitrum, optimism, polygon)no
update-dataJSON array of hex strings (the `binary.data` field from a get-prices step), or a single hex stringno
rpc-urlCustom RPC URL (defaults to the protocol default for `network`)no
valuemsg.value (wei) for submit-on-chain — required. Compute via get-update-fee and pass `${{ to_bigint(steps.fee.outputs.wei) }}`.no
namedescription
resultJSON result of the operation