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": 1679097600 /* (uint40) epoch seconds since 1970; this is 2023-03-18 00:00:00 (UTC) */
},
"fact_hash":
"0x01d4583768cf50a41a70e60d2d7dff53437cd47447bafafab4b7c88e3c53f55e", /* (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-17T00:05:00.662932",
    "sig_der": "0x3044022023ef037bf93de7fbf6f38f4c2cd7b94c781f9e1ae04f9feaba3dfcf2231ef3ba022050fdfd095169a4e02adb64881152b5a808001e5fb043bd0e4972e5d1efb5673a", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x23ef037bf93de7fbf6f38f4c2cd7b94c781f9e1ae04f9feaba3dfcf2231ef3ba",
        "s": "0x50fdfd095169a4e02adb64881152b5a808001e5fb043bd0e4972e5d1efb5673a",
        "v": 28
    },
    "signed_hash": "0x01d4583768cf50a41a70e60d2d7dff53437cd47447bafafab4b7c88e3c53f55e" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2023-03-18T00:10:00.655531",
        "sig_der": "0x304402205946d6883350c8f7a4efce582118c316961fa85c324061de6f1481f9965222ed022068aa88ff681f80ce9bfc02c851ac8180d8e2cf93a06d47948956525dc425b8d3", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x5946d6883350c8f7a4efce582118c316961fa85c324061de6f1481f9965222ed",
            "s": "0x68aa88ff681f80ce9bfc02c851ac8180d8e2cf93a06d47948956525dc425b8d3",
            "v": 27
        },
        "signed_hash": "0xde0790381f67ee40a130117093e5f5fb74a609b66f491a06dcfb17fcf3755837", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x000000000000000000000000000000000000000000000060f46c6a1ef2220000" /* signed_value * 10**(-base_unit_exp) = 1788.50 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2023-03-18T01:15:00.660222",
    "sig_der": "0x304402201bf2cc0a43ae747102b6bad99083cfa0a21a930350600d52d73284262890d33f0220251cc300c01f2787b0b9e511d283ea3109c0c677c577f6a3a206601b812f2992", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x1bf2cc0a43ae747102b6bad99083cfa0a21a930350600d52d73284262890d33f",
        "s": "0x251cc300c01f2787b0b9e511d283ea3109c0c677c577f6a3a206601b812f2992",
        "v": 28
    },
    "signed_hash": "0x4b52aee16814570aebdff0e39cbefba56fc0928e88e71e5c1933f04e7b998f0d", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x000000000000000000000000000000000000000000000060f46c6a1ef2220000" /* signed_value * 10**(-base_unit_exp) = 1788.50 */
}