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": 1675468800 /* (uint40) epoch seconds since 1970; this is 2023-02-04 00:00:00 (UTC) */
},
"fact_hash":
"0x96a9a512a5c9153dcffeff6ecfe901d7727f075c551b46b02915d4180b995d5c", /* (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-02-03T00:05:00.087728",
    "sig_der": "0x304402200d34e044aba99050198e2fe8a1ea2675266b54104ebadfe3bdc46de8d2a465e7022031fb57a116bbd36a5e896fa2fa09686dd06d3884b45168f1c2e4927bbb2c809f", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x0d34e044aba99050198e2fe8a1ea2675266b54104ebadfe3bdc46de8d2a465e7",
        "s": "0x31fb57a116bbd36a5e896fa2fa09686dd06d3884b45168f1c2e4927bbb2c809f",
        "v": 28
    },
    "signed_hash": "0x96a9a512a5c9153dcffeff6ecfe901d7727f075c551b46b02915d4180b995d5c" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-02-04T00:10:00.166545",
        "sig_der": "0x3045022100e0e0e005e3a9681950db746288fe17bfb2d3a4904ce9f6c6724d8bbf49fc8bdc0220343cd71048795eea2851b767cadc08a735a2f835a91a1429b3dea801cf2140f2", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0xe0e0e005e3a9681950db746288fe17bfb2d3a4904ce9f6c6724d8bbf49fc8bdc",
            "s": "0x343cd71048795eea2851b767cadc08a735a2f835a91a1429b3dea801cf2140f2",
            "v": 28
        },
        "signed_hash": "0xba270bdad48f307fbb46526766733a25d3f2b1b43e3f8b6dccfda383a9cb68ca", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x00000000000000000000000000000000000000000000005a33404a47ac760000" /* signed_value * 10**(-base_unit_exp) = 1663.90 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-02-04T01:10:00.472422",
    "sig_der": "0x3045022100d915fe461c0426899f666602bd6819156cc25a62cd339da73b551c6bdec63cc402207fb74594d8c5065b819923bfdc2dbd8990b25d42c5de97bc7a06583e938a3b3e", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xd915fe461c0426899f666602bd6819156cc25a62cd339da73b551c6bdec63cc4",
        "s": "0x7fb74594d8c5065b819923bfdc2dbd8990b25d42c5de97bc7a06583e938a3b3e",
        "v": 28
    },
    "signed_hash": "0x058ddd8cc04d5a8ad1d239f67a73bbe0b99e592ee3f96e8469a063a3224e7ec0", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x00000000000000000000000000000000000000000000005a33404a47ac760000" /* signed_value * 10**(-base_unit_exp) = 1663.90 */
}