You may also access the raw data via our json api directly.

"facts":
{ /* base event data */
    "base_unit_exp": 18, /* (uint8) base_unit = 10**18 = 1000000000000000000 */
    "config": 5,
    "market_category": 0,
    "name": "ETH\u0000USD\u0000bitfinex", /* (bytes32) "ETH\u0000USD\u0000bitfinex" as hex utf8 is 0x455448005553440062697466696e6578 */
    "ndigit": 2, /* (int8) value precision / number of digits after decimal point */
    "objection_period_secs": 3600, /* (uint24) minimal time between preliminary and final result; this is 1:00:00 */
    "settlement_datetime": 1678838400 /* (uint40) epoch seconds since 1970; this is 2023-03-15 00:00:00 (UTC) */
},
"fact_hash":
"0x82de6333ae3ecd069bbe3a12973392f4b0dcacd8613b76331b3cfdd89ba13997", /* (bytes32) a hash build out of all "facts" */
"signer_public_key":
"0x03627d7a3396f34ef83c8f1f309ddd9574a2ed4d206ddd852e3a5b4595c34aef31", /* public key of instance that signs the values */
"signer_addr":
"0x49b6d897575b0769d45eba7e2de60a16de5b8c13", /* (bytes20) ethereum address of signing instance - directly derived from "signer_public_key" */
"signature_fact_hash":
{ /* this signature is a proof that factsigner accepted the event and will supply a result */
    "created_at": "2023-03-14T00:05:00.095608",
    "sig_der": "0x3045022100929ec4b1b103fde7314fc216d0ac0c24b3b736cb89253a18ea6b1c083ef02cae022067d9bf14c5178ae4ee68275c6ed70c49fa2b48108cc1ab3a6bcd85dd7b430b02", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x929ec4b1b103fde7314fc216d0ac0c24b3b736cb89253a18ea6b1c083ef02cae",
        "s": "0x67d9bf14c5178ae4ee68275c6ed70c49fa2b48108cc1ab3a6bcd85dd7b430b02",
        "v": 28
    },
    "signed_hash": "0x82de6333ae3ecd069bbe3a12973392f4b0dcacd8613b76331b3cfdd89ba13997" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-15T00:10:00.445381",
        "sig_der": "0x3044022056c618d9fea9f107b5e45d7ca47e0513e1104072485bf13ba701b4a1cd8e463d0220522cbd00b208fb46bb109126ce66cbf32bb9a69d999254b9e97497c3cb66126b", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x56c618d9fea9f107b5e45d7ca47e0513e1104072485bf13ba701b4a1cd8e463d",
            "s": "0x522cbd00b208fb46bb109126ce66cbf32bb9a69d999254b9e97497c3cb66126b",
            "v": 27
        },
        "signed_hash": "0x157e4c58649fe404b8152ba9d952c9979ca628a472bf6a8a1a484a6caece7be0", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000005c4db594b5719e0000" /* signed_value * 10**(-base_unit_exp) = 1702.70 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-15T01:15:00.810725",
    "sig_der": "0x304402201c67f5213c2ba4ccd4e0a0c1db343ba6b01af745fe2659fe09b580a2a71b04c702204fc0c5eaffbaa40bda938ba857f38591f542e6c9e4af7813dee85371d1ba7d48", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x1c67f5213c2ba4ccd4e0a0c1db343ba6b01af745fe2659fe09b580a2a71b04c7",
        "s": "0x4fc0c5eaffbaa40bda938ba857f38591f542e6c9e4af7813dee85371d1ba7d48",
        "v": 27
    },
    "signed_hash": "0x6c692eb5670b4757431b7e437c5e99bea3626c6ce438395441a278d5a84de065", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000005c4db594b5719e0000" /* signed_value * 10**(-base_unit_exp) = 1702.70 */
}