Documentation
    Preparing search index...

    A range's two boundary UP probabilities, raw 1e9. null is an infinite boundary — the −∞ lower of a DOWN order and the +∞ higher of an UP order — which is priced at the digital limit and pays no fee leg.

    interface Boundaries {
        higherUp: bigint | null;
        lowerUp: bigint | null;
    }
    Index
    higherUp: bigint | null

    P(settle > higher), or null for the +∞ higher bound.

    lowerUp: bigint | null

    P(settle > lower), or null for the −∞ lower bound.