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": 1668729600 /* (uint40) epoch seconds since 1970; this is 2022-11-18 00:00:00 (UTC) */
},
"fact_hash":
"0x16f0f67fd850824b5680e005e8bf3a1e6bac0541e2a00bd058625c0e448c893c", /* (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": "2022-11-17T00:05:00.290027",
    "sig_der": "0x3045022100a4c36c578704023335cf4d90db898fe6141fc4aca3960632d3ed6cb2f10e423f02202b816f51cd9281d4a7f2a60cb1f3c7ed9ee4e66e9775ee3493ce56531e3ef836", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0xa4c36c578704023335cf4d90db898fe6141fc4aca3960632d3ed6cb2f10e423f",
        "s": "0x2b816f51cd9281d4a7f2a60cb1f3c7ed9ee4e66e9775ee3493ce56531e3ef836",
        "v": 28
    },
    "signed_hash": "0x16f0f67fd850824b5680e005e8bf3a1e6bac0541e2a00bd058625c0e448c893c" /* (bytes32) this hash is signed above - this info is primarily for debuggung */
},
"signature_preliminary_list":
[
    {
        "created_at": "2022-11-18T00:10:00.723113",
        "sig_der": "0x30440220716decde6285067707d97406e65d96e330d0681af8b35e8577e13862f87944d902204f4fb06dd6d41468a9af00314a799821f18f10df9202e76c6239ec7d9b25d28b", /* signature in DER hex format */
        "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
            "r": "0x716decde6285067707d97406e65d96e330d0681af8b35e8577e13862f87944d9",
            "s": "0x4f4fb06dd6d41468a9af00314a799821f18f10df9202e76c6239ec7d9b25d28b",
            "v": 27
        },
        "signed_hash": "0x849a38aa0a614d2d1426104f14bb50d72c7a814beebd433d90c0dc12d2dc079a", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
        "signed_type": 1, /* (uint16) final_type==0; preliminary_type>0 */
        "signed_value": "0x000000000000000000000000000000000000000000000040ff77b36cfd5c0000" /* signed_value * 10**(-base_unit_exp) = 1199.00 */
    }
],
"signature_final":
{ /* this is the final signature */
    "created_at": "2022-11-18T01:15:00.988487",
    "sig_der": "0x30450221008332df7a9492aca118352226d1587168115b051f92a70942721fbaf691c37e2b02200bcd782301a0ad77f6bd9ec5253d1998463713b103a476c6aa031830ac6a4edd", /* signature in DER hex format */
    "sig_rec": { /* signature as explicit r and s values; and v as recovery_id for use with ecrecover() */
        "r": "0x8332df7a9492aca118352226d1587168115b051f92a70942721fbaf691c37e2b",
        "s": "0x0bcd782301a0ad77f6bd9ec5253d1998463713b103a476c6aa031830ac6a4edd",
        "v": 28
    },
    "signed_hash": "0xfe530cefd22f26cbb7e6734d302d121d2440a4be0f460ded054439243c713307", /* (bytes32) this hash is signed above - this info is primarily for debuggung */
    "signed_type": 0, /* (uint16) final_type==0; preliminary_type>0 */
    "signed_value": "0x000000000000000000000000000000000000000000000040ff77b36cfd5c0000" /* signed_value * 10**(-base_unit_exp) = 1199.00 */
}