LogoLogo
  • Quex oracles
  • How it works?
    • Why another oracle?
    • Quex oracle security
    • Onchain verification
  • General information
    • Where to start
    • Quex approach and terminology
    • Quex data delivery modes
    • Smart contract addresses
  • Developers
    • Building with Quex
    • Getting started tutorial
    • Flow creation
    • Client callback format
    • Request oracle pool
      • Descriptive guide
      • Supported post-processing operations
      • Data encoding format
  • Data providers
    • Running your own oracle pool
    • TD oracle requirements
    • Registering your Trust Domain
    • Pool creation
    • Follow us!
Powered by GitBook
On this page
  1. Developers
  2. Request oracle pool

Supported post-processing operations

PreviousDescriptive guideNextData encoding format

Last updated 2 months ago

Quex Request Oracles support the subset of language for response post-processing. The supported operations are

  • +, -, *, /, %

  • Selecting field by key or index via . or []

  • Array slicing [n:m]

  • Pipe |

  • Array construction []

  • map

  • floor, abs, round, sqrt

  • split, join

  • todate, fromdate

  • tonumber

jq