Optional
verbose: booleanReadonly
crossbarReadonly
feedReadonly
verboseGET /updates/evm/:chainId/:aggregatorIds Fetch updates for EVM network feeds from the crossbar
The chain ID and aggregator IDs to fetch updates for
Promise<{ results: EVMResult[]; encoded: string[] }> - The updates for the specified feeds
GET /updates/solana/:network/:feedpubkeys Fetch updates for Solana network feeds from the crossbar
The Solana network to fetch updates for
The public keys of the feeds to fetch updates for
Optional
numSignatures: numberThe number of signatures to fetch (optional)
GET /randomness/evm/:chainId/:randomnessId
The chain ID and randomness ID to resolve
GET /simulate/evm/:network/:aggregatorIds Simulate fetching Solana feed results from the crossbar
The Solana network to simulate
The public keys of the feeds to simulate
GET /simulate/:feedHashes Simulate fetching feed results from the crossbar using feed hashes
The hashes of the feeds to simulate
GET /simulate/solana/:network/:feedpubkeys Simulate fetching Solana feed results from the crossbar
The Solana network to simulate
The public keys of the feeds to simulate
POST /store Store oracle jobs on the crossbar, associated with a queue address
The address of the queue
The oracle jobs to store
Static
defaultOptional
verbose: boolean
GET /fetch/:feedHash Fetch data from the crossbar using the provided feedHash